@charset "utf-8";
/* CSS Document */

* {
	border:0;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding:0;
}

body {
	background-color:#000;
}

input::-moz-focus-inner { /*Remove button padding in FF*/
	border:0;
	padding:0;
}

.centered_loader {
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-16px;
	margin-left:-16px;
}

.login_box, .signup_box, .validate_box {
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-160px;
	width:320px;
	background-color:#EBEBEB;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	color:#474747;
	font-family:helvetica;
	font-size:11px;
}

.login_box {
	margin-top:-115px;
	height:230px;
}

.signup_box {
        margin-top:-234px;
        /*height:418px;*/
        height:468px;
}

.validate_box {
        margin-top:-85px;
        height:170px;
}

.login_input {
	height:34px;
	width:288px;
	background-image:url(../images/username_box.png);
	background-repeat:no-repeat;
	color:#DBDBDB;
	font-size:18px;
	margin:10px 17px 0px 17px;
	padding:5px 12px 5px 12px;
}

.login_title {
	color:#474747;
	font-size:18px;
	font-family:Verdana;
	font-weight:bold;
	padding-left:17px;
	padding-top:20px;
	padding-bottom:5px;
}

.login_error {
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	color:#FF0000;
	padding-left:12px;
	vertical-align:1px;
}

.login_submit_button_1, .login_submit_button_2 {
	height:35px;
	background-repeat:no-repeat;
	color:#DBDBDB;
	font-weight:bold;
	font-size:18px;
	margin-top:14px;
	margin-bottom:0px;
	padding:5px 0px 6px 0px;
}

.login_submit_button_1 {
	width:290px;
	background-image:url(../images/login_button_1.png);
}

.login_submit_button_2 {
	width:138px;
	background-image:url(../images/login_button_2.png);
}

.left {
	margin-left:16px;
	float:left;
}

.right {
	margin-right:16px;
	float:right;
}

.login_submit_button:hover {
	color:#EBEBEB;
}

.login_box img.lock, .signup_box img.lock, .validate_box img.lock {
	width:12px;
	height:15px;
	margin-right:15px;
}

.login_checkbox {
	margin:14px 10px 0px 15px;
}

.login_small {
	display:inline-block;
	font-size:12px;
}

.center {
	text-align:center;
}

#forgot_pwd {
	padding-left:34px;
}

#forgot_pwd a:link {
	text-decoration:none;
	color:#474747;
}

#forgot_pwd a:visited {
	text-decoration:none;
	color:#474747;
}

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

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