body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

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

div.field, div.actions {
  /*margin-bottom: 10px;*/
}

#notice {
  color: green;
}

#error_explanation {
	/*display: inline-block;*/ 
	font-size: 1em; 
	border: 1px solid; 
	border-color: #999 #b3b3b3 #ccc;
	border-radius: 2px; 
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	-o-border-radius: 2px;
	background: #fff url(../images/body/inputbg.png) repeat-x;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1), 0 1px 0 rgba(255,255,255,0.5);
	-moz-box-shadow:    inset 0 1px 2px rgba(0,0,0,0.1), 0 1px 0 rgba(255,255,255,0.5);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	text-align: center;
	margin-bottom: 20px;
}

#error_explanation h2 {
  text-align: center;
  font-weight: bold;
  padding: 5px;
  font-size: 14px;
  margin-bottom: 0px;
  background-color: #999;
  color: #472061;
  text-shadow: none;
	margin-left: 5px;
}

#error_explanation ul li {
	font-size: 12px;
	list-style: square;
	margin-left: 20px;
	color: #fd2f2d;
	padding-bottom: 5px;
	list-style-type: none;
}