
.fieldWithErrors {
  padding: 0px;
  background-color: red;
  /* display: table; */
  display: inline;


}

/* text for inline error messages */
.formError{ color:red; font-weight:bold;font-size:15px;text-align:center;}

/* text indicating that there are messages to correct */
.errorNotification{ 
  color:red; 
  font-weight:bold;
  font-size:12px;
  text-align:center;
  padding:0px 0px 5px 0px;
  }

#errorExplanation {
  position:relative;
  width: 400px;
  border: 1px solid red;
  padding: 7px;
  padding-bottom: 8px;
  margin-bottom: 15px;
  background-color: #f0f0f0;
  z-index:100;    
}

/*
#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}


#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}
*/

#errorExplanation ul li {
  margin-left: 15px;
  font-size: 10px;
  list-style: square;
}
