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

.PostCommentsTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
        font-weight:bold;
        width:671px;
	background-color:#E4E4E4;
        height:20px;
        border:1px solid #b2b2b2;
	color:#000000;
	padding:5px;
        padding-left:15px;
}

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

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

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

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

.PostCommentsPages {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:671px;
	background-color:#e4e4e4;
        height:15px;
        border:1px solid #b2b2b2;
	color:#000000;
	padding:5px;
	margin-top:20px;
        padding-left:15px;
}

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

.PostCommentsInputFields{
	width:220px;
}
