#comments{
	border-top:1px solid #A90000;
	margin:2em 0 1em 0;
}
#comments h2{
	/*color:#A90000; */
	margin-top:0.5em;
}
#comments .comment{
	margin-bottom:1.5em;
	width:600px;
}
#comments .comment h3{
	color:#FD7F00;
	font-size:12px;
}
#comments textarea{
	width:100%;
}
#comment_user_info{
	margin-top:2em;
}
.comment .cmt_title{
	float:left;
	width:400px;
	line-height:23px;
}
.rating{
	float:left;
	height:21px;
	width:100px;
}
.rating a:link, .rating a:visited {color: #000000; text-decoration: none;}
.comment .cmt_text{
	clear:left;
}
a.bad_comment,
a.good_comment{
	background-repeat:no-repeat;
	text-decoration:none;
	padding-left:20px;
	padding-bottom:6px;
	line-height:23px;
}
a.bad_comment{
	background-image:url(../images/rating_bad.gif);
}
a.good_comment{
	background-image:url(../images/rating_good.gif);
}
a.bad_comment:hover,
a.good_comment:hover,
.rating a.active{
	background-position:0px -19px;
}
.rating_sum{
	font-weight:bold;
}
.rating .positive{
	color:#008000;
}
.rating .negative{
	color:#800000;
}