﻿/*
	this style sheet contains all the tags from the old ace index.html
*/
body#main
{
	background:url('/images/BG.jpg');
	background-position:center top;
	background-repeat:no-repeat; 
	background-color:#000000; 
	margin:0px;
}

div.addthis 
{
	position:absolute; 
	top:370px; 
	left:0px; 
	z-index:999;
}

div.copy 
{
	 position:relative; 
	 top:0px; 
	 left:0px;
}

div.esrb
{
	position:absolute; 
	width:37px; 
	height:52px; 
	top:0px; 
	left:180px;
}

div#flash_link 
{
	position:absolute;
	z-index:99; 
	top:65px; 
	width:100%; 
	margin:0px auto; 
	text-align:center; 
}

div.cn 
{
	position:absolute; 
	top:0px; left: 200px; 
	width:400px;
}

/* some new stuff */
/* internal ip control */
div.ip 
{
	text-align: center;
	min-height: 5px;
	margin-top: 5px;
}

/* login button control */
.login 
{
	position: fixed;
	right: 8px;
}

span.button, 
input.button
{
	bottom: 12px;
}

div.login.panel 
{
	background-image: url('/images/ace_login_bg.png');
	width: 290px;
	height: 189px;
	bottom: 80px;
}

img.close 
{
	left: 27px;
	top: 5px;
	padding: 1px;
}

.logintext 
{
	left: 130px;
	position: absolute;
	width: 129px;
	height: 21px;
	background-image: url('/images/rank/transparent_piece.png');
	background-color: Transparent;
	color: White;
}
.userid 
{
	top: 60px;
}
.pswd
{
	top: 106px;
}
img.login
{
	cursor: pointer;
	position: relative;
}
.remember
{
    left: 136px;
	position: absolute;
	width: 129px;
	height: 21px;
	top: 138px;
}
.remembertext
{
    left: 156px;
	position: absolute;
	width: 129px;
	height: 21px;
	top: 139px;
	color: White;
}
.submit 
{
	position: absolute;
	width: 71px;
	height: 22px;
	top: 150px;
	left: 30px;
}
div.err 
{
	position: relative;
	color: Red;
	text-align: center;
	top: 25px;
	font-size: 12px;
}

/* suba home link */
div.go_home 
{
	width: 100px;
	position: relative;
	top: 8px;
	left: 600px;
}
.go_home img
{
	cursor: pointer;
}