html, body { background:#1e2f41; }
body { text-align:center; }
body, td, th, input.text, select, textarea {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
}
input.text, select, textarea {
	padding:3px;
	background:#5A2B23;
	/*border-bottom:2px solid #1E2F41;*/
	border-bottom:1px solid #FFF;
	color:#FFF;
}
input.submit, div#wait {
	color:#fff;
	border:3px double #fff;
	background: #af1d35;
	cursor:pointer;
	font-size:14px;
	padding:5px 15px;
	margin:5px; 
	font-family:Georgia, "Times New Roman", Times, serif;
}

input.submit.hidden {
	position:absolute; visibility:hidden; top:-500px; left:-500px;
}
div#wait {
	margin:0 auto;
	width:150px;
	cursor:default;
	margin-bottom:10px;
}
h1 {
	font-weight:normal;
	letter-spacing:-1px;
	font-size:24px;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:5px 0 10px;
}
#core {
	width:475px;
	border:5px double #5a2b23;
	background:#f8f0de;
	margin: 10px auto;
	padding:10px;
}

#core a { color:#FFF; }
#core p { padding:2px 0 8px; }
#graphic { margin-bottom:10px; }

#left_col, #right_col { float:left; width:53%; }
#right_col { width:45%; margin-left:10px; padding-top:55px; }

#disclaimer, #disclaimer a {
	font-size:9px;
	color:#5A2B23;
}

#register {
	padding:10px;
	background:#5a2b23;
	color:#fff;
	border:6px double #f8f0de;
	margin-bottom:10px;
}
#register label { height:28px; }
#register label, #right_col span { display:block; clear:left; }
#register span { text-align:left; float:left; width:60px; padding-left:73px; line-height:24px; color:#E3D8C6; }
#register label span strong { font-weight:normal; }
#register input.text { float:left; width:200px; }


#core p.error {
	border:2px solid #183348;
	background:#E3D8C6;
	color:#1E2F41;
	padding:6px;
	margin:0 10px 10px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	border-radius: 3px;
}


#captcha_container {
	width:352px;
	margin:0 auto;
	height:105px;
}