/* error message */

input.error {
	border:2px solid #F00;
	background-image:url(../img/error.png);
	background-position:right;
	background-repeat:no-repeat;
}

input.valid {
	background-image:url(../img/valid.png);
	background-position:right;
	background-repeat:no-repeat;
}

label.error {
  color: red;
  font-weight: normal;
  font-size:14px;
  border:1px solid #F00;
  background-color:#FFE6E6;
  padding:9px;
  border-radius:2px;
}