﻿.PostCommentContainer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
	color:#000000;
	width:280px;
	padding:5px;
}

.PostCommentsTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:280px;
	background-color:#3333CC;
	color:#FFFFFF;
	padding:5px;
}

.PostCommentsPost {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:280px;
	background-color:#FFFFFF;
	border-bottom:1px solid #000000;
	padding-top:5px;
}

.PostCommentsName {
	background-color:#FFFFFF;
	font-weight:bold;
	float:left;
}

.PostCommentsDateTime {
	background-color:#FFFFFF;
	font-weight:bold;
	float:right;
}

.PostCommentsBody {
	background-color:#FFFFFF;
	width:290px;
	clear:both; 
}

.PostCommentsPages {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	width:300px;
	background-color:#3333CC;
	color:#FFFFFF;
	padding:5px;
	margin-top:20px;
}

.PostCommentsInputFieldsTitles{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}

.PostCommentsInputFields{
	width:220px;
}
