.PostCommentContainer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background-color:#FFFFFF;
	color: #666666;
	width:100%;
	padding:10px;
}

.PostCommentsTitle{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	width:auto;
	color: #666666;
	padding: 3px;
	border-bottom: 1px solid #CCCCCC;
}

.PostCommentsPost {
	padding:5px;
	width:auto;
	margin: 5px;
}

.PostCommentsName {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-weight:100;
	float:left;
	width: auto;
	font-weight: bold;
	margin-bottom: 5px;
}

.PostCommentsDateTime {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	float:right;
	width:auto;
	font-weight: bold;
}

.PostCommentsBody {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #669966;
	width:auto;
	clear:both; 
	padding-left: 10px;
}

.PostCommentsPages {
	width: auto;
	color:#999999;
	padding:5px;
	margin-top:25px;
	margin-bottom: 15px;
	border-bottom: 2px solid #CCCCCC
}

.PostCommentsInputFieldsTitles{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size:11px;
	text-align: right
}

.PostCommentsInputFields{
	width:235px;
}
