.PostCommentContainer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#E0E5F6;
	color:#000000;
	width:100%;
	padding:10px;
}

.PostCommentsTitle{
	font-size:11px;
	width:99%;
	background-color:#fffff;
	color:#bababa;
	padding:5px;
}

.PostCommentsPost {
	font-size:10px;
	background-color:#FFFFFF;
	border-bottom:1px solid #bababa;
	padding-top:10px;
}

.PostCommentsName {
	background-color:#FFFFFF;
	color:#999999;
	font-weight:normal;
	float:left;
}

.PostCommentsDateTime {
	background-color:#FFFFFF;
	color:#999999;
	font-weight:bold;
	float:right;
}

.PostCommentsBody {
	background-color:#FFFFFF;
	clear:both; 
}

.PostCommentsPages {
	font-size:10px;
	width:99%;
	background-color:#e0e0e0;
	color:#FFFFFF;
	padding:5px;
	margin-top:10px;
}

.PostCommentsInputFieldsTitles{
	font-size:11px;
	color:#808080;
}

.PostCommentsInputFields{
	width:620px;
}