/* CSS Document */

.comments
{
	display: block;
	padding:12px;
	border:1px solid #BBBBBB;
	background-color:#FFFFDD;
	margin-top:18px;
}

.commentsHeader
{
}

.commentsHeaderLead
{
	font-size: 14px;
	font-weight: bold;
}

.commentsHeaderCount
{
}

.commentsHeaderTitle
{
}

.comment
{
	margin-top: 5px;
	border: 1px #8B8A8A;
	border-style: none none dotted;
}

.commentNo
{
	float: left;
	width: 25px;
}

.commentBody
{
	position: relative;
	margin-left: 25px;
}

.commentText
{
	margin-bottom: 4px;
}

.commentFooter
{
	font-style: italic;
	color: #9c9c9c;
	margin-bottom: 4px;
}

.commentAuthor
{
	font-weight: bold;
}

.commentDate
{
}

.commentForm
{
	display: block;
}

.commentFormHeader
{
}

.commentFormItem
{
	clear: both;
	width: 100%;
	margin-bottom: 6px;
}

.commentFormField
{
}

.commentForm input
{
	width: 300px;
	border: 1px solid #999999;
	padding: 1px;
}

.commentForm input.SubmitBtn
{
	width: 100px;
	height: 20px;
	margin-top: 35px;
	margin-bottom: 35px;

}

.commentForm textarea
{
	width: 400px;
	height: 170px;
	border: 1px solid #999999;
	padding: 1px;
}

.commentFormLabel
{
	width: 100px;
	font-size: 12px;
	font-weight: bold;
	color: #AAAAAA;
}

.commentFormMsg
{
	font-size: 12px;
	font-weight: bold;
}

.commentPostResponse
{
}
