#commentform input.error, #commentform textarea.error {
	background-color: #FFF7D7;
}
#commentform div.error, #commentform label.error {
	color: red;
	margin-top: 10px;
	line-height: 150%;
	font-size: 11px;
}
#commentform div.errorlabels label {
	display: block;
}