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

.PostCommentsTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
        	width:99%;
        font-weight:bold;
	background-color:none;
	color:#ffffff;
	padding:5px;
}

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

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

.PostCommentsDateTime {
	background-color:none;
        	font-weight:bold;
        color:#ffffff;
	float:right;
}

.PostCommentsBody {
	background-color:none;
        	clear:both;
        
}

.PostCommentsPages {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:99%;
	background-color:none;
	color:#e4a25c;
	padding:5px;
	margin-top:20px;
}

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

.PostCommentsInputFields{
	width:220px;
}
