


.comments {
	width:440px;
	background:#fff;
	margin:0 auto;
}
.comments .title {
	font:bold 16px Arial;
	margin:2px;
}
.comments .title H2 {
	font:bold 16px Arial;
	margin:0px;
	padding:0px;
}
.comments .cnt2 {

}
.comments .cnt2 .status {

}
.comments .cnt2 .status A {
	text-decoration:underline;
	font:bold 12px Arial;
	color:#1B87DF;
}
.comments .cnt2 .status A:HOVER {
	text-decoration:none;
	font:bold 12px Arial;
	color:#1B87DF;
}

.comments .comments_list {
	margin:2px;
	margin-left:4px;
}
.comments .comments_list .row {
	background:#fff;
	width: 434px;
	margin:0 auto;
	border:1px #C8E3F6 solid;
	margin-top:3px;
	margin-bottom:2px;
}
.comments .comments_list .row .row_head {
	background:#F5F9FC;
	margin:2px;
	color:#3B9AEF;
}
.comments .comments_list .row .name {
	width:150px;
	float:left;
	margin:3px;
	color:#0065BF;
}
.comments .comments_list .row .edit {
	width:150px;
	float:left;
	margin:3px;
}
.comments .comments_list .row .count {
	width:100px;
	float:right;
	margin:3px;
	text-align:right;
}
.comments .comments_list .row .text {
	width:428px;
	margin:3px;
	color:#4C5F6F;
}



