.PostCommentContainer {
	font-family:Arial, sans-serif;
	font-size:14px;
	background-color:rgb(200,200,200);
	color:rgb(50,70,50);
	width:100%;
	border: 3px solid rgb(150,170,150);
        padding:20px;
}

.PostCommentsTitle{
	font-family:Arial, sans-serif;
	width:99%;
	padding:2px;
}

.PostCommentsPost {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
	border-top:2px solid rgb(150,170,150);
	border-left:2px solid rgb(150,170,150);
	border-right:2px solid rgb(150,170,150);
        border-bottom:2px solid rgb(50,70,50);
	padding:10px 10px 10px 10px;
}

.PostCommentsName {
	background-color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
float:left;
}

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

.PostCommentsBody {
	background-color:#FFFFFF;
	clear:both; 
}

.PostCommentsPages {
	font-family:Arial, sans-serif;
	font-size:12px;
	width:99%;
	background-color:rgb(50,70,50);
	color:rgb(200,200,200);
	padding:5px;
	margin-top:20px;
}

.PostCommentsInputFieldsTitles{
	font-family:Arial, sans-serif;
	font-size:12px;
}

.PostCommentsInputFields{
	width:250px;
}