#all .fieldWithErrors { display: inline; }
#all .fieldWithErrors * { background-color: #FCC; }
#all th .fieldWithErrors * { background-color: transparent; }

#all #errorExplanation {
  width: 450px;
  margin: 20px auto 30px;
	padding-bottom: 5px;
  border-top: 2px solid #27AD3A;
  border-bottom: 2px solid #27AD3A;
  background-color: #f0f0f0;
}
#all #errorExplanation h2 {
	width: 100%;
  height: auto;
	margin: 0 0 5px;
  padding: 5px 0;
	background-color: #fff;
  border-bottom: 1px dotted #8ec31f;
	text-indent: 10px;
	line-height: 1;
	font-size: 100%;
  font-weight: bold;
	background-image: none;
}

#all #errorExplanation p {
  margin: 0;
	padding: 0;
  font-weight: bold;
	text-indent: 10px;
	text-align: left;
}

#all #errorExplanation ul {
  margin-left: 40px;
  list-style-position: outside;
}

#all #errorExplanation ul li {
  list-style: square;
	font-size: 80%;
  line-height: 1.5;
}
