#commentform input.error, #commentform textarea.error {
	background-color: #7BA0B3;
}
#commentform div.error, #commentform label.error {
clear:both;
float:left;
	color: #f7f7f7;
	font-size:12px;
	margin-top:30px;
}
#commentform div.errorlabels label {
	display: block;
}