/* Validation Styles */
.errorInput {
  border: solid 2px #CC0000;
}

.errorLabel {
  color:#CC0000;
}

.errorIcon {
  background-image: url('../images/warning_16.png');
  background-repeat:no-repeat;
  padding:0px;
  height:16px;
  width:16px;
}

.errorForm {
  background-color:#FFFFD7;
  border-top:solid 1px #E9BCB6;
  border-bottom:solid 1px #E9BCB6;
  display:inline;
  padding:3px;
  width:500px;
  height:75px;
}

.normalLabel {
  color:#000000;
}

.normalIcon {
  background-image: url('../images/blank.gif');
  background-repeat:no-repeat;
  padding:0px;
  height:16px;
  width:16px;
}

.normalForm {
  height:1px;
  width:1px;
}