/* comments plugin css styles */
.comment_item
{
	margin: 0 0 20px;
	border-bottom: 1px #f0f0f0 solid;
}
.comment_body
{
	margin: 5px;
}
.comment_bbar
{
	text-align: right;
	background: #f9f9f9;
}
.comment_spliter
{
	font-size: 9px;
	color: #e4e4e4;
}
#comment_form_caption
{
	background: #f9f9f9;
	border-bottom: 1px #f0f0f0 solid;
	border-top: 1px #f0f0f0 solid;
	padding: 3px 5px;
	font-weight: bold;
}
.comment_star,
.comment_star_hover
{
	height: 12px;
	margin: 0 1px;
	width: 11px;
	display: inline-block;
	background: url('star_small_dis.png') center center repeat-x;
	cursor: pointer;
}
.comment_star_hover
{
	background: url('star_small.png') center center no-repeat;	
}
/* comments plugin css styles end */
