body { background: #2B1300; font-family: Verdana,Arial,Helvetica,sans-serif;}
div.fl { float: left; font-weight: bold; font-size: 1.1em; color: #5a3509;}
input[type="text"], input[type="password"] { background: #fdf1ce; padding: 3px;}
div.it { text-align: right; font-style:italic; font-size: 0.75em; color: #555; }
div.inner_form h1 { text-align: center; } h1.title img { position: relative; top: 3px;}
div.copy {color: #999; font-size: 0.9em;} div.fr { float: right; } div.cb { clear: both; }
div.inner_form {padding: 5px 15px; background: #C1AA85 url('/img/login_bg.jpg') repeat-x;}
div.inner_form {border: 5px solid #EBD391; -moz-border-radius: 10px; -webkit-border-radius: 10px;}
div.login_form {width: 400px; margin: 20px auto;} h1.title {margin-top: 20px; margin-bottom: 10px;}

div#error, div#notice {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
 
div#error {
	background: #FBE3E4;
	color: black;
	border: 2px solid #FBC2C4;
}
 
 
div#notice {
	background: #E6EFC2;
	color: black;
	border: 2px solid #C6D880;
}


.fieldWithErrors {  padding: 2px;  background-color: red;  display: table;}
#errorExplanation {  border: 2px solid red;  padding: 7px;
  padding-bottom: 12px;  margin-bottom: 20px;  background-color: #f0f0f0;}
#errorExplanation h2 {  text-align: left;  font-weight: bold; color: #fff;
  padding: 5px 5px 5px 15px; font-size: 12px; background-color: #c00;}
#errorExplanation p {  color: #333;  margin-bottom: 0;  padding: 5px;}
#errorExplanation ul { margin-left: 50px; }
#errorExplanation ul li {  font-size: 12px;  list-style: square;}



