#flash #warning, #flash #notice, .errorExplanation, #flash #error, .client_alert, .hint {
	border-top: 1px solid #ff8f00;
	border-bottom: 1px solid #ff8f00;
	padding: 1em;
	padding-left: 4em;
	background: #ffdb93 url(../images/orange_alert.png) no-repeat 10px;
	color: #222;
	font: 116%;
}

.fieldWithErrors {
	background: #ffe38a;
}

.fieldWithErrors input {
  border: 2px solid #ff8f00;
}

.errorExplanation ul li {
  list-style: none;
  margin-bottom: 1em;
}

