/*
Custom default colors and adds icon to error notes
========================================================================== */
.note{
  float: left;
  display: block;
  clear:right;
  margin: 6px 0 0 4px;
  padding: 0 0 0 21px;
  color: #777;
  height: 20px;
  line-height: 22px;
}

span.note{
  background: url('../img/error.png') 1px 3px no-repeat;
  color: #ff0000;
  width: 100%;
}

span.note.valid{
  background: url('') 1px 3px no-repeat;
  color: #ff0000;
  width: 100%;
}