#commentform input.error, #commentform textarea.error {
	background-color: #f99;
}
#commentform div.error, #commentform label.error {
	color: #CC3300;
    font-size: 13px;
        padding-top: 5px;
}
#commentform div.errorlabels label {
	display: block;
}