/* === FLASH MESSAGES === */
div.flash {
  position: relative;
  background : #ffffff url(/images/2tl.jpg) no-repeat;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 40px;
  width : 940px;
/*  font-size: 1.2em;*/
}

div#flash-notice {
	color: #639443;
}

div#flash-warning {
	color: orange;
}

div#flash-error {
	color: red;
}

div.flash h3 {
  padding-top: 1.2em;
  padding-left: 0.7em;
  font-size: 1.1em;
}

/* === ERROR MESSAGES === */
div#errorExplanation {
	border: 1px solid red;
  background-color: #FFCCCC;
  padding: 0.2em 0.5em;
  padding-bottom: 0em;
  margin-bottom: 1em;
}

div#errorExplanation h2 {
	margin: 0em;
  color: red;
	font-size: 1.2em;
}

div#errorExplanation p {
	
}

div#errorExplanation ul {
	margin: 0.4em 0em 0em 1.5em;
}

div#errorExplanation ul li {
	
}

/* === FORMS === */
div.fieldWithErrors {
  display: inline;
}

div.fieldWithErrors label {
	
}

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