#commentform input.error, #commentform textarea.error {
background-color: rgba(255, 0, 0, 0.05);
}
#commentform div.error, #commentform label.error {
color: #f99;
}
#commentform div.errorlabels label {
display: block;
}
#commentform div.error, #commentform label.error {
display: none!important;
}