/*
#commentform input.error, #commentform textarea.error {
	border:1px solid red;
}
*/
#commentform div.error, #commentform label.error {
	color: #fa9b1c;
    font: 19px/35px 'Amaranth',Arial,Sans Serif;
    text-align:left;
	padding:0 0 0 30px;
	background:Transparent url('error.png') 0 6px no-repeat;
	width:460px;
	float:right;
}
label.error{
	color: #fa9b1c;
}
#commentform div.error {
	margin-top: -50px;
}
#commentform div.errorlabels  {
	display: block;
	margin-top: -15px;
	background-image:none;
}
#commentform div.errorlabels label {margin-right:0px!important;}

