input.errHilite1, textarea.errHilite1, select.errHilite1 {
  border-width: 1px;
  border-style: solid;
  border-color: #CC0000;
  background-color: #FFFFCC;
}

label.errHilite1 {
  color: #CC0000;
}

ul#errors {
  display: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #CC0000;
  padding: 5px;
  background-color: #FFFFCC;
  color: #CC0000;
  font-weight: bold;
}

ul#errors li {
  list-style-type: none;
}

ul#errors li.heading {
  font-weight: bold;
  font-style: italic;
  color: black;
  list-style-type: none;
}



