.PostCommentContainer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	background-color:#FFFFFF;
	color:#000000;
	width:100%;
	padding:10px;
}

.PostCommentsTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	width:99%;
	background-color:#333366;
	color:#FFFFFF;
	padding:5px;
	margin-bottom: 5px;
}

.PostCommentsPost {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#FFFFFF;
	padding-top:10px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #000000;
}

.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:#333366;
	color:#FFFFFF;
	padding:5px;
	margin-top:20px;
}

.PostCommentsInputFieldsTitles{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.PostCommentsInputFields{
	width:320px;
}
