.PostCommentContainer {
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	background-color:transparent;
	color:#000000;
	width:95%;
	padding:10px;
}

.PostCommentsTitle{
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	width:99%;
	background-color:#666666;
	color:#FFFFFF;
	padding:5px;
}

.PostCommentsPost {
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	background-color:transparent;
	border-bottom:1px solid #000000;
	padding-top:10px;
	margin-left: 16px;
}

.PostCommentsName {
	background-color:transparent;
	font-weight:bold;
	float:left;
	margin-left: 16px;
}

.PostCommentsDateTime {
	background-color:transparent;
	font-weight:bold;
	float:right;
	margin-left: 16px;
}

.PostCommentsBody {
	background-color:transparent;
	clear:both; 
	margin-left: 16px;
}

.PostCommentsPages {
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	width:95%;
	background-color:transparent;
	color:#FFFFFF;
	padding:0px;
	margin-top:20px;
	margin-left: 16px;
}

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

.PostCommentsInputFields{
	width:220px;
}