#commentform input.error, #commentform textarea.error {
	background-color: #f99 !important;
}
#commentform div.error, #commentform label.error {
	color: red;
}
#commentform div.errorlabels label {
	display: block;
}


.pesan{
	font-size:12px;
	color:#444;
	padding:10px 15px;
	margin-bottom:15px;
	border-radius:3px;
}

.komentar-error{
	background-color:#ffb4b4;
	border:1px solid #f38181;
}

.komentar-ok{
	background-color:#dbf6b7;
	border:1px solid #a4dc5b;
}