.commentList {
	background: url(../../pics/content_bg.gif);
	padding-top: 10px;
}
.commentListCenter {
	background: #fff;
	padding-top: 6px;
}

.comment {
	margin: 10px 0px 20px 0px;
}
.commentHeader {

}
.commentAuthor {
	float: left;
	font-weight: bold;
}
.reportComment {
	float: right;
}
.reportComment A {
	margin: 0px 10px 0px 0px;
	display: block;
	background: transparent url(pics/flag.png) no-repeat left top;
	height: 16px;
	width: 16px;
	line-height: 16px;
	text-decoration: none;
}
.reportComment A:hover {
	text-decoration: none;
}
	
.commentDate {
	font-style: italic;
	float: right;
	margin: 0;
	font-size: .9em;
	color: #666;
}
.commentText {
	text-align: justify;
	clear: both;
}