.PostCommentContainer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
    color:#ffffcc;
	background-color:#666633;
	width:20%;
	padding:10px;
}

.PostCommentsTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    color:#ffffcc;
	width:50%;
	background-color:#666633;
	color:#FFFFFF;
	padding:5px;
}

.PostCommentsPost {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
    color:#000000;
	background-color:#999966;
	border-bottom:10px solid #999966;
	padding-top:10px;
}

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

.PostCommentsDateTime {
	background-color:#999966;
    width:650px; 
	font-weight:bold;
    color:#999966;
	float:center;
}

.PostCommentsBody {
	background-color:#99996;
    width:50%;
    height:20%;
	clear:both; 
}

.PostCommentsPages {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    color:#ffffff;
	width:50%;
	background-color:#666633;
	padding:5px;
	margin-top:20px;
}

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

.PostCommentsInputFields{
	width:485px;
    }