| .commentBox
{
	width: 500px;	
}
.commentRow
{
	border: #CBCBCB 1px solid; 	
	width: 100%;	
	margin-bottom: 5px;
}
.commentTextArea
{
	border: #CBCBCB 1px solid; 	
	width: 100%;
	height: 60px;	
	margin-bottom: 5px;
}
.commentSubmit
{
	border: #CBCBCB 1px solid; 	
	width: 100px;
	height: 20px;	
	background-color: #F9F9F9; 	
}
.commentMSG
{
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	padding-bottom: 2px;
}
.commentInfo
{
	background-color: #F9F9F9; 	
	width: 100%
}
.commentUser
{
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	font-size: 11px; 
	font-weight: bold;
}
.commentDate
{
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 5px;
	font-size: 11px; 
	font-weight: bold;
}
 |