.PostCommentContainer {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:12px;
	background-color:#FFFFFF;
	color:#000000;
	width:100%;
	padding:10px;
}

.PostCommentsTitle{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:12px;
	width:685px;
	background-color:#3547a2;
	color:#B7A45A;
	padding:5px;
}

.PostCommentsPost {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:11px;
	xxxbackground-color:#FFFFFF;
	border-bottom:1px solid #000000;
	padding-top:10px;
}

.PostCommentsName {
	background-image:url(../../images/namecontainer.png);
	font-weight:bold;
	float:left;
	height:15px;
	width:150px;
	padding:5px;
	background-repeat:no-repeat;
	text-align:center;
	margin-left:15px;
}

.PostCommentsDateTime {
	background-color:#666666;
	font-weight:bold;
	float:right;
	color:#FFFFFF;
	padding:4px;
}

.PostCommentsBody {
	clear:both; 
	background-image:url(../../images/container.png);
	background-repeat:no-repeat;
	width:670px;
	height:58px;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:20px;
	margin-bottom:20px;
	overflow:auto;
	margin-left:15px;
}

.PostCommentsPages {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:11px;
	width:99%;
	background-color:#B7A45A;
	color:#FFFFFF;
	padding:5px;
	margin-top:20px;
}

.PostCommentsInputFieldsTitles{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:11px;
}

.PostCommentsInputFields{
	width:220px;
	margin-left:75px;
}