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

html, body{
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	  xbackground:#191d24;
	background:url(../i/bg_tile.gif) repeat-y top center #18181d;
}
#head{
	height:109px;
	background:url(../i/head_bg.gif) repeat-x bottom left;
	padding:0 20px;
	font:18px Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.shell{
	width:830px;
	margin:0 auto;
	margin-top:30px;
	  xpadding:20px;
}
.intro_video{
	width:320px;
	height:220px;
	  xmargin:0 15px 0 0;
	background:#000;
	border:4px solid #272c30;
	float:left;
}
.login_form{
	width:430px;
	height:120px;
	  xbackground:url(../i/login_bg.jpg) no-repeat;
	  xbackground:#57a1f2;
	font:14px Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	padding:0 0 0 15px;
	float:right;
	  xmargin:0 0 0 15px;
}
.login_form .input{
	width:260px;
	height:26px;
	border:0;
	font:18px Arial, Helvetica, sans-serif;
	line-height:26px;
	padding:0 7px;
}
.login_form .submit{
	width:100px;
	height:26px;
	padding:0 7px;
}
.login_form .error{
	font-size:13px;
	color:#FFFF00;
}
.forgot_form{
	width:460px;
	height:120px;
	background:url(../i/login_bg.jpg) no-repeat;
	font:14px Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	padding:45px 0 0 15px;
	margin:0 auto;
	  xfloat:right;
	  xmargin:0 0 0 15px;
}
.forgot_form .input{
	width:260px;
	height:26px;
	border:0;
	font:18px Arial, Helvetica, sans-serif;
	line-height:26px;
	padding:0 7px;
}
.forgot_form .submit{
	width:150px;
	height:26px;
	padding:0 7px;
}
.forgot_form .error{
	font-size:13px;
	color:#FFFF00;
}
.forgot{
	width:114px;
	height:18px;
	display:block;
	background:url(../i/forgot.gif) no-repeat;
}
.forgot:hover{
	background-position:left bottom;
}
.register{
	width:110px;
	height:28px;
	display:block;
	background:url(../i/register.gif) no-repeat;
}
.register:hover{
	background-position:left bottom;
}
