#commentarea
{
	font-size:		11px;
}

.comment1
{
	background-color:	#f1f0ed;
	padding:			21px 15px;
	line-height:		16px;
}

.comment2
{
	background-color:	white;
	padding:			21px 15px;
	line-height:		16px;
}

/*=========================================================================================================
//	Comment form styles
//=======================================================================================================*/
input.commentfield
{
	width:			350px;
	border:			1px solid #CCCCCC;
	margin-right:	20px;
}

textarea.commentfield
{
	border:			1px solid #CCCCCC;
	width:			350px;
	height:			150px;
}

label.commentlabel
{
	display:		block;
}
