*	{
	margin: 0;
	padding: 0;
	}
	
html, body	{
	width:100%;
	}
	
html{

 background: url('../images/bg_login.jpg?v3') no-repeat center center fixed;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;	
	
}

.lexus{

 background: url('../images/lexus-bg.jpg?v2') no-repeat center center fixed;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;	
	
}

	
body	{
	
	color: #393939;
	font-family: Arial;
	font-size: 0px;
	line-height: 0;
	}
	
input:focus, textarea:focus {
    outline: none;
}
	
	
	
/*  LOGIN -------------------------------------------------------------------------------- */	

#login-bg	{
	
	}
#login-holder	{
	margin:0 auto;
	max-width: 508px;
	width:90%;
	}
#loginbox	{
	
	font-size: 12px;
	height: 212px;
	line-height: 12px;
	padding-top: 60px;
	position: relative;
	max-width: 508px;
	width:90%;
	}
#forgotbox	{
	
	display: none;
	font-size: 12px;
	height: 212px;
	line-height: 12px;
	padding-top: 60px;
	position: relative;
	max-width: 508px;
	width:100%;
	}
#login-inner	{
	color: #161616;
	font-family: Tahoma, Arial;
	font-size: 13px;
	line-height: 12px;
	margin: 0 auto;
	max-width: 330px;
	width:100%;
	}
#login-inner label	{
	color: #161616;
	cursor: pointer;
	font-family: Tahoma, Arial;
	font-weight: bold;
	line-height: 12px;
	padding-left: 10px;
	 
	}
 .checkbox-size	{
	width:13px;
	height:13px;
	margin: 5px 0;
	 
	}	
#login-inner th	{
	padding: 0 0 6px 0;
	text-align: left;
	width: 120px;
	color:#333;
	font-size:14px;
	}
#login-inner td	{
	padding: 0 0 6px 0;
	}
.login-inp	{
	background: url(../images/inp_login.gif) no-repeat;
	border: none;
	color: #fff;
	font-size: 16px;
	height: 36px;
	padding: 0px 6px 0 10px;
	width: 220px;
	}
#logo-login	{
	float: left;
	height: 35px;
	margin: 145px 0 0 15px;
	}
#logo-login img{
	
	position:absolute;
	top:110px;

}
	
a.forgot-pwd	{
	bottom: 30px;
	color: #CCC;
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 12px;
	position: absolute;
	right: 40px;
	}
a:hover.forgot-pwd	{
	color: #FFF;
	}
#forgotbox-text	{
	color: #333;
	font-family: Tahoma, Arial;
	font-size: 13px;
	line-height: 12px;
	margin: 0 auto 40px auto;
	width: 380px;
	}
#forgot-inner	{
	color: #161616;
	font-family: Tahoma, Arial;
	font-size: 13px;
	line-height: 12px;
	margin: 0 auto;
	width: 330px;
	}
#forgot-inner label	{
	color: #161616;
	cursor: pointer;
	font-family: Tahoma, Arial;
	line-height: 12px;
	padding-left: 10px;
	}
#forgot-inner th	{
	padding: 0 0 6px 0;
	text-align: left;
	width: 110px;
	color:#333;
	}
#forgot-inner td	{
	padding: 0 0 6px 0;
	}
a.back-login	{
	background: url(../images/icon_back_login.gif) no-repeat 0 4px;
	bottom: 30px;
	color: #CCC;
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 12px;
	padding: 0 0 0 10px;
	position: absolute;
	right: 40px;
	}
a:hover.back-login	{
	color: #fff;
	}
.submit-login	{
	background: url(../images/submit_login.gif) no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	height: 29px;
	text-indent: -3000px;
	width: 73px;
	}
.submit-login:hover	{
	background: url(../images/submit_login.gif) no-repeat 0 -29px;
	}