/* === FLASH MESSAGES === */
div.flash_message {
  border-width: 2px;
  border-style: solid;
  padding: 4px;
  color: #CCC;
}

div#flash-notice {
	border-color: #0B2F56;
	background-color: #135093;
}

div#flash-warning {
	border-color: #77473B;
	background-color: #771700;
}

div#flash-error, div#errorExplanation {
	border-color: #7D290F;
	background-color: #b63c1f;
}

div#admin-notice {
  border-color: #CC9;
  background-color: #FFC;
  color: black;
}

/* === ERROR MESSAGES === */
div#errorExplanation {
	padding: 5px;
	-moz-border-radius: 8px;
	border-width: 2px;
	border-style: solid;
	color: #EEE;
	width:40em;
	padding: 5px 5px 5px 20px;
}

div#errorExplanation h2 {
	
}

div#errorExplanation p {
	
}

div#errorExplanation ul {
	
}

div#errorExplanation ul li {
	background: none;
	list-style: disc;
  padding: 0;
  margin: 0 0 0 30px;
}

/* === FORMS === */
div.fieldWithErrors {
}

div.fieldWithErrors label {
/*  color: #E64C2F;*/
}

div.fieldWithErrors input, div.fieldWithErrors select, 
div.fieldWithErrors textarea
{
  background: #b63c1f;
  color: white;
}