.m4ValidationMessage, .failed_change_message {
  font:10px Tahoma, Arial, Helvetica, sans-serif;
  color:red;
  vertical-align:baseline;
  padding:0;
  margin-left:5px;
  height:18px;
  background:url('../images/16x16/validationWarning.gif') no-repeat left;
  padding-left:20px;
}

.inputBoxValidateFailed {
  background-color:#f2c0c1;
  border:1px solid #a7a6aa;
}

span.m4ValidationMessageTooltip {
  border-bottom:1px dashed red;
  cursor:help;
}