#commentform input.error, #commentform textarea.error {
	background-color: #080808;
}
#commentform div.error{
	margin-top:10px;
color: red;
}

#commentform error {
	color: red;
}

#commentform div.labels {
	color: red;
}
#commentform div.errorlabels label {
	display: block;
}