.comments-container {
	float:left;
	width:450px;
	padding:5px 0px;
	margin:20px 0px 0px 0px;
	font: normal 11px/15px Verdana, Arial, Helvetica, sans-serif;
}
.comments-container-row {
	float:left;
	text-align:right;
	width:450px;
	background-color:#ffffff;
}
.comments-container-title {
	color:#0a58a9;
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	float:left;
}
.post_comment {
	float:left;
	background: url(/images/dotted-line.gif) repeat-x left bottom;
	width:440px;
	margin:5px 0;
	padding:0 0 10px 0;
	line-height:18px;
	color:#000;
}
.postedby {
	float:left;
	width:450px;
	font-weight:bold;
	color:#7C7C7C
}
.postedby b {
	color:#000000;
}
.posted_time {
	float:left;
	width:450px;
	color:#7c7c7c;
	margin:0px 0 5px 0;
}
.posted_time span {
	color:#d71920;
}
