.PostCommentContainer {
	/*font-family:Arial, Helvetica, sans-serif;
	font-size:12px;*/
	background-color:#FFFFFF;
	color:#000000;
	width:100%;
	padding:10px;
}

.PostCommentsTitle{
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size:14px;
	font-weight:bold;
	width:99%;
	background-color:red;
	color:#FFFFFF;
	padding:5px;
}

.PostCommentsPost {
	/*font-family:Arial, Helvetica, sans-serif;
	font-size:11px;*/
	/*background-color:#FFFFFF;*/
	border-bottom:1px solid #000000;
	padding-top:10px;
	padding-bottom:10px;
}

.PostCommentsName {
	/*background-color:#FFFFFF;*/
	font-weight:bold;
	float:left;
}

.PostCommentsDateTime {
	/*background-color:#FFFFFF;*/
	font-weight:bold;
	float:right;
}

.PostCommentsBody {
	/*background-color:#FFFFFF;*/
	clear:both; 
}

.PostCommentsPages {
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size:14px;
	width:99%;
	background-color:#000000;
	color:#FFFFFF;
	padding:5px;
	margin-top:20px;
}

.PostCommentsInputFieldsTitles{
	/*font-family:Arial, Helvetica, sans-serif;*/
	color:#000000;
	font-weight:bold;
	font-size:11px;
}

.PostCommentsInputFields{
	width:290px;
}