@CHARSET "ISO-8859-1";
.field-processing{
	background: url("../images/ajax2.gif") no-repeat;
}

ul.errorlist{
	color: #f00;
	text-align:left;

}
ul.errorlist li{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:25px;


	padding-left:30px;
	margin:5px;
   list-style:none;
   background:url(../admin/images/warning_3.jpg) no-repeat;

 
} 
ul.errorlist li a{
	color: #f00;
	  text-decoration:none;
} 
input.error, select.error, textarea.error{
	border: 1px dotted #f00;
}

.div_msg{
	border: 1px solid #090;
	margin: 5px;
}

.div_msg ul{
	list-style: none;
}

.div_msg ul li{
background:url(../admin/images/warning_2.jpg) no-repeat;
padding-left:30px;
	color: #090;
	font-weight: bold;
}

.div_error{
	border: 1px solid #f00;
	margin: 5px;
	font-weight: bold;
	color: #f00;
}
.div_error ul li{
padding-left:30px;
list-style:none;
background:url(../admin/images/warning_3.jpg) no-repeat;
}
.div_error ul, .div_error ul li, .div_error ul li a{
	font-weight: normal;
	color: #f00;

}
