.PostCommentContainer {
	font-family:tahoma, arial, sans-serif;
	font-size:14px;
	background-color:white;
	border-bottom:1px solid #000000;
	color:#000000;
	width:100%;
}

.PostCommentsTitle{
	font-family:tahoma, arial, sans-serif;
	font-size:14px;
	width:99%;
	background-color:#CC3300;
	color:white;
	text-align: center;
	padding: 0;
	/** padding:5px; Peter **/
	margin-bottom:20px;
}
/** Tops Of Comments **/
.PostCommentsPost {
	font-family:tahoma, arial, sans-serif;
	font-size:14px;
	background-color:white;
	border-bottom:1px solid #000000;
	padding-top:14px;
}

.PostCommentsName {
	background-color:white;
	font-weight:bold;
	float:left;
}

.PostCommentsDateTime {
	background-color:white;
	font-weight:bold;
	float:right;
}
/** Every Other Comment **/
.PostCommentsBody {
	background-color:white;
	text-align: justify;
	clear:both;
	font-size:14px; 
}
/** Page Numbers **/
.PostCommentsPages {
	font-family:tahoma, arial, sans-serif;
	font-size:14px;
	width:99%;
	background-color:white; /** #808080; **/
	color:#111111; /** page number text color */
	text-align: left;
	padding:5px;
	margin-top:20px;
	margin-bottom:20px;
}

.PostCommentsInputFieldsTitles{
	font-family:tahoma, arial, sans-serif;
	font-size:14px;
}

.PostCommentsInputFields{
	width:220px;
}