﻿.comments 
{
	padding:12px;
	width:80%;
	background-color:#e0e0e0;
	border:solid 1px gray;
}
.commentLabel 
{
	display:block;
}
.commentBox 
{
	
}
.comments input 
{
	width:100%
}
.comments textarea 
{
	width:100%
}