html {
	background-color: #000000;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #000000;
}
img, div { behavior: url(inc/iepngfix.htc) } 
#centerv {
	position: absolute;
	top:50%;
	width: 100%;
	height:1px;
	overflow: visible;
}
#centerh {
	position: absolute;
	left: 50%;
	margin-left:-120px;
	top:-269px;
	width: 240px;
	height: 538px;
	text-align: left;
	padding-top: 10px;
	overflow: hidden;
}
#centerbg {
	position:absolute;
	background-image: url(../images/auth2.png);
	background-repeat: no-repeat;
	width: 240px;
	height: 538px;
	margin:0;
	padding: 0;
	z-index: 1;
}
#footerbg {
    position: absolute;
    bottom: 0;
    width:100%;
    height:100px;
	background-image: url(../images/footerbg.png);
	background-repeat: repeat-x;
	z-index: 3;
}
#footer {
    position: absolute;
    bottom: 0;
    width:100%;
    height:100px;
    z-index: 4;
}
#footercontent {
	margin: 20px auto 0 auto;
	text-align: center;
	width: 500px;
	font-family: "Helvetica", "Arial", "_sans";
}
#footercontent h4 {
	font-size: 11pt;
	color: #cfff71;
	margin: 0;
	padding 0;
}
.legal {
	font-size: 7pt;
	color: #ffffff;
	margin: 2px 0 5px;
	padding 0;
	line-height: 9pt;
	letter-spacing: 0;
}
.agree {
	font-size: 6pt;
	color: #ffffff;
	padding 0;
	margin: 15px 0 0 0;
	letter-spacing: 0;
}
.legal a {
	text-decoration: none;
	color: #cfff71;
}
.legal a:link {
	color: #cfff71;
}
.legal a:visited {
	color: #cfff71;
}
.legal a:hover {
	color: #e13a3e;
}
#authform {
	position: absolute;
	
	width:200;
	margin: 210px auto 0px;
	padding:0;
	z-index: 2;
}

input {
	border: none;
	background-color: transparent;
	color: #e13a3e;
	font-family: "Helvetica", "Arial", "_sans";
	font-size: 11pt;
	line-height: 12pt;
	padding:0;
	width: 42x;
	height:14px;
	*margin:14px 0 0 25px;
}
#themonth {
	width: 30px;
	height:16px;
	margin:14px 0 0 48px;
	*margin:12px 0 0 46px;
}
#theday {
	width: 30px;
	height:16px;
	margin:14px 0 0 27px;
	*margin:12px 0 0 26px;
}
#theyear {
	margin:12px 0 0 16px;
	*margin:12px 0 0 22px;
	width: 42px;
	height:16px;
}
#authBtn {
	width:100px;
	height: 30px;
	padding: 0;
	margin: 44px auto 0;
	cursor: pointer;
	background: transparent url( ../images/enterbtn.gif ) no-repeat scroll right top;
}
#authBtn:hover {
background-position: 0% -30px;
}
#inputs {
	padding: 0 40px;
}
#reject {
	margin:140px auto 0;
	color: #cfff71;
	padding:5px;
	border: solid 1px #cfff71;
	background-color: #000000;
	font-family: "Helvetica", "Arial", "_sans";
	text-align: center;
	font-size: 12pt;
	visibility: hidden;
}

button {
border: 0 none;
cursor: pointer;
font-weight: bold;
padding: 0 15px 0 0;
*padding: 0; /* IE only */
text-align: center;
height: 30px;
line-height: 30px;
margin:0 3px 0 0;
width: auto;
}

button.rounded {
background: transparent url( ../img/btn_right.png ) no-repeat scroll right top;
clear: left;
font-size: 0.8em;
}

button span {
display: block;
padding: 0 0 0 15px;
margin:0;
position: relative;
white-space: nowrap;
height: 30px;
line-height: 30px;
font-family: Helvetica, Arial, sans-serif;
font-size: 8pt;
font-weight: bold;
}

button.rounded span {
background: transparent url(../img/btn_left.png ) no-repeat scroll left top;
color: #ffffff;
}

button.rounded:hover {
background-position: 100% -30px;
}

button.rounded:hover span {
background-position: 0% -30px;
color: #ffffff;
}

button::-moz-focus-inner {
border: none;
}