/* Validate	v 2.1 (for mootools)*/

input.campoerrato {
  border:1px solid #FE5500;
}

label.campoerrato,.customRed {
  color:#FE5500;
}

#validationMessage {
  padding: 5px;
  /*background-color: #eee;*/
  border: 1px solid red;
  margin-bottom: 10px;
  color: red;
  font-weight: bold;
  display: none;
}

.errorMessage {
  display:block;
  color:#FE5500;
  font-size: 0.8em;
}
