#commentform input.error, #commentform textarea.error {
	background-color: #f99;
}
#commentform div.error, #commentform label.error {
	color: red;
	margin: 0px 0px 0px 15px;
	font-size: 15px;
}
#commentform div.errorlabels label {
	display: block;
}