/*
span.error {
  background:url("images/unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
  margin-left: 1em;
  padding-bottom: 2px;
  font-weight: bold;
  color: #EA5200;
}
*/

label.error {
	background: url("images/unchecked.gif") no-repeat scroll 0 center transparent;
    color: #EA5200;
    padding: 5px 0px 5px 18px;
    vertical-align: middle;
}