.comments {
	border-top:1px solid #7F9DB9;
	margin-top:20px;
	padding-top:10px;
	color:#555555;
	clear:both;
}

.comments .content{
	white-space: pre-line;
	margin-left:20px;
	padding-bottom:5px;
	border-bottom:1px dashed #999999;
}
.comments .author{
	margin-left:20px;
	font-weight:bold;
	padding-left:27px;
	padding-top:8px;
	background-image:url('../img/comment.png');
	background-repeat:no-repeat;
	background-align:top;
	height:20px;
}
.comments .title {
	font-size:13px !important;
	margin-bottom:5px;
}
.comments .date {
	font-size:11px;
	color:#999999;
	font-weight:normal;
}
.comments form textarea {
	width:500px;
}
/*input {
	backgroud-color:none;
	border:none;
	color:none;
}*/

.comments .comment_awaiting{
	padding:3px;
	background:#FEFFDF;
	border:#999999 dotted 1px;
	font-size:12px !important;
	margin-bottom:5px;
}

.comments .captcha_error{
	height:20px;
	background-color:#FFC6C6;
	background-image:url('../img/error.png');
	background-repeat:no-repeat;
	background-position:left;
	color:#000000;
	font-size:12px !important;
	border:#999999 dotted 1px;
	padding: 4px 0px 0px 20px;
}

.comments .required{
	float: left;
	color: #FF0000;
	text-size:9px;
	margin-right: 5px;
}