pre, tt, code, samp, kbd, xmp, listing, plaintext { font-family: monospace; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none; list-style-position:outside;}
strong{ font-weight:bold;}
em{ font-style:italic;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
strong{ font-weight:bold;}
em{ font-style:italic;}

body
{
	margin:0;
	padding:0;
	background-color:#000000;
	color:#cfab05;
	font-family:Arial, Helvetica, sans-serif;

	font-size:14px;
}
object {
	outline:none;
}

img { border:0; outline:none; }

#altContent { /* style alt content */ }

.center{ text-align:center; }
.left {text-align:left; }
.right { text-align:right; }

a
{
outline:none;
	color: #cfab05;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	color: #FFFFFF;
}

a:link a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

a:active
{
	color: #FFFFFF;
	text-decoration: none;
}


#footer a
{
	color:#2462af;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: none;
	color: #FFFFFF;
}

#holder
{
	width:940px;
	height:660px;
	margin:30px auto 0 auto;
}

#header
{
	width:940px;
	height:30px;
	float:left;
	display:inline;
}

#content
{
	width:940px;
	/*height:560px;*/
	float:left;
	display:inline;
}

#footer
{
	margin-top:15px;
	width:940px;
	height:35px;
	float:left;
	display:inline;
	text-align:center;
}

#footer-text
{
	height:35px;
	width:313px;
	float:left;
	display:inline;
}
#footer-img
{
	height:35px;
	width:313px;
	float:left;
	display:inline;
}

#header-left
{
	width:470px;
	height:20px;
	float:left;
	display:inline;
}

#header-right
{
	text-align:right;
	width:470px;
	height:20px;
	float:left;
	display:inline;
}
#form-container{
	width:466px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px auto;
	padding-top: 15px;
	color:#290631;
	font-size:18px;
}
#form-container a, #form-container a:active, #form-container a:hover{
	color:#290631;
	font-size:14px;
	text-decoration: underline;
}
#form-header {
	width: 350px;
	margin: 0px auto;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
}
#form-header img {
	display: block;
	margin: 0 auto;
}
#form-header img {
	margin-bottom: 15px;
}
#form-container h2{
	font-weight:normal;
	text-transform: uppercase;
	font-size:30px;
}
#form-top {
	height: 4px;
	background:url(/media/static/img/form_top.gif) no-repeat;
	font-size:0px;
}
#form-bottom {
	height: 10px;
	background:url(/media/static/img/form_bottom.gif) no-repeat;
	padding: 0px;
	margin: 0;
}
form {
	background:#000 url(/media/static/img/form_bg.gif) repeat-y;
	position: relative;
	display: block;
	padding: 16px 7px 5px 7px;
	margin: 0;
}
.error-detail{
	display: block;
	width: 336px;
	margin: 0px auto; 
	font-size: 12px;
	color: #b82104;
	text-align: right;
	font-style: italic;
}
p.form-line {
	display: block;
	width: 336px;
	margin: 5px auto;
	line-height: 35px;
}
.captcha {
	float: right;
	border: solid 2px #caa604;
	margin: 5px 5px 0 0;
}
.birthday p.form-line {
	width: 400px;
}
.registration p.form-line {
	width: 430px;
}
.registration p.form-line .next {
	left: 0px;
	margin-top: 8px;
}
.birthday p.form-line .next {
	left: 0px;
	margin-top: 8px;
}
p.form-line label {
	float: left;
}
input {
	border: solid 2px #caa604;
	margin-top:5px;
	float: right;
	padding: 7px;
	width: 205px;
	color: #290631;
}
#date {
	float: left;
	margin-left: 10px;
	line-height: 5px;
}
#date input {
	width: 25px;
	float: none;
}
#date .year {
	width: 40px;
}
#permission {
	font-size: 14px;
	width: 400px;
	margin: 0px auto;
}
#permission p {
	margin: 7px;
}
#permission p.link {
	text-align: center;
}
.forgot-password {
	margin-top: 5px;
	float: left;
	font-style: italic;
}
.next {
	float: right;
	position: relative;
	left: 50px;
	margin-top: 12px;
	padding: 0;
	border: 0;
	width: auto;
}
#form-footer {
	width: 231px;
	margin: 15px auto;
}
#leader-board{
	background:#000 url(/media/static/img/leader_board_bg.jpg) no-repeat;
	height:413px;
	width:565px;
	margin:0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#754c24;
	padding: 20px 0 0 50px;
}
.leader-score{
	color:#ed1c24;
}
#leader-board h2{
	margin:0;
	padding:0;
}
#leader-board table td{
	padding:4px;
	margin:0;
}

/* Clearfix */
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.footer-meta {
    clear:both;
    font-size:11px;
    text-align:center;
    width:100%;
    height:35px;
}

#overlay {
    width: 400px; height: 63px;
    background: url("../img/darke_game.png") no-repeat 0 0px transparent; 
    text-align: center;
    margin: -35px 0 12px 255px;
    padding: 0;
    position: relative;
}

#overlay span { margin: 0; padding: 0;position: absolute; top: 0;right: 43px;}
#overlay a { display: block; height: 50px; margin-top: 5px; text-indent: -9999px;width: 180px;}

