span.error {
  background:url("images/unchecked.gif") no-repeat 0px 7px;
  padding-left: 16px;
  margin-left: 1em;
  padding-bottom: 2px;
  font-weight: bold;
  color: #EA5200;
  position:absolute;
  margin-top: 0px;
  line-height:2;
  z-index:99;
  /* right:0;
  top:0;
  margin-right:16px; */
}
label.error {
  background:url("images/unchecked.gif") no-repeat 0px 3px;
  padding-left: 16px;
  margin-left: 1em;
  margin-bottom: 0;
  padding-bottom: 2px;
  font-weight: bold;
  color: #EA5200;
  /* position:absolute; */
  font-size:14px;
  line-height:20px;
}