.field-validation-error {
  background: url("/content/images/popupBottom.png") no-repeat scroll left bottom transparent;
  bottom: 30px;
  /*top: -65px;*/

  display: none;
  left: -21px;
  padding-bottom: 17px;
  position: absolute;
  width: 250px;
  z-index: 99;
}
.field-validation-error span {
  background: url("/content/images/popupTop.png") no-repeat scroll 0 0 transparent;
  border: medium none;
  border-radius: 0 0 0 0;
  bottom: 0;
  box-shadow: none;
  color: #FF2D30;
  display: block;
  font-size: 100%;
  font-style: italic;
  font-weight: bold;
  min-height: 45px;
  padding: 10px 10px 5px;
  position: relative;
  width: 229px;
}
.field-validation-error.yellow {
  background: url("/content/images/popupYellowBottom.png") no-repeat scroll left bottom transparent;
  padding-bottom: 17px;
}
.field-validation-error.yellow span {
  background: url("/content/images/popupYellowTop.png") no-repeat scroll 0 0 transparent;
  color: black;
}
.field-validation-error.black {
  background: url("/content/images/popupBlackBottom.png") no-repeat scroll left bottom transparent;
  padding-bottom: 10px;
}
.field-validation-error.black span {
  background: url("/content/images/popupBlackTop.png") no-repeat scroll 0 0 transparent;
  color: white;
}
.field-validation-error.pink {
  background: url("/content/images/popupPinkBottom.png") no-repeat scroll left bottom transparent;
  padding-bottom: 16px;
}
.field-validation-error.pink span {
  background: url("/content/images/popupPinkTop.png") no-repeat scroll 0 0 transparent;
  color: black;
}
.formRow .display-label.error label, .formRow .editor-label.error label {
  color: #c6252b;
}
.display-field, .editor-field {
  float: left;
  line-height: 250%;
  min-height: 33px;
}
.error, .field-validation-error {
  clear: both;
  color: #cb3438;
  display: block;
}
.field-validation-valid, .validation-summary-valid {
  display: none;
}
.input-validation-error {
  background: url("/content/images/iconExclamation.png") no-repeat scroll right top #f7b2b2 !important;
  border: 1px solid #FF2D30 !important;
  box-shadow: 0 0 10px #FF3B11;
  color: #FF5858 !important;
}
.validation-summary-errors {
  color: red;
  font-weight: bold;
}
