/* ###### Errors ###### */

#notice {
	border-top: 1px solid #84BE58;
	border-bottom: 1px solid #84BE58;
	padding: 2px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #EFF6EA;
}

#notice p {
  color: #2C9C3B;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 100%;
}

/* ###### Errors ###### */

/*
.fieldWithErrors {
  background-color: red;
  display: table;
}
*/



.errorExplanation {
	margin: 10px 0 20px 0;
	border-top: 1px solid #F4DFDF;
	border-bottom: 1px solid #F4DFDF;
	padding: 10px 20px;
	background: #FDF9F9;
	color: #c30;
}


.errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  font-size: 100%;
}

.errorExplanation ul li {
  font-size: 100%;
  list-style: square;
}


