/* === FLASH MESSAGES === */
div#flash-notice {
  font-size: 2em;
  padding: 10px;
  color: #40649a;
  text-align: center;
}

div#flash-warning {
  font-size: 2em;
	padding: 10px;
	color: red;
	text-align: center;
}

div#flash-error {
  font-size: 2em;
  padding: 10px;
	color: red;
	text-align: center;
}

/* === ERROR MESSAGES === */
div#errorExplanation {
	
}

div#errorExplanation h2 {
	
}

div#errorExplanation p {
	
}

div#errorExplanation ul {
	
}

div#errorExplanation ul li {
	
}

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

div.fieldWithErrors label {
	
}

div.fieldWithErrors input, div.fieldWithErrors select, 
div.fieldWithErrors textarea
{
	
}