pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.flashNotice {
	position: absolute;
	top: 45px;
	left: 0px;
	width: 941px;
	height: 59px;
	background: url(../../images/flash_bg.png) no-repeat;
	color: #000;
	z-index: 5;
	text-align: center;
	padding-top: 20px;
	font-size: 1.0em;
	font-weight: normal;
	letter-spacing: 2px;
}

.flashNotice a {
	color: #000;
	font-size: 0.8em;
}

.flashError {
	position: absolute;
	top: 45px;
	margin: auto;
	width: 941px;
	height: 59px;
	background: url(../../images/flash_bg.png) no-repeat;
	color: #a82100;
	z-index: 5;
	text-align: center;
	padding-top: 20px;
	font-size: 1.0em;
	font-weight: normal;
	letter-spacing: 2px;
}

.flashError a {
	color: #000;
	font-size: 0.8em;
}