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

body
{
	margin:0px;
	padding:0px;
	font-family: 'Droid Sans', Arial, Verdana, sans-serif;
	font-size: 12px;
}
html { 
  background: url(bg.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#loginbox
{
	width:300px;
	height:220px;
	margin:0 auto;
	margin-top:200px;
border:1px solid #CECFCE;
background-color:#FFF;
}
#login
{
	width:300px;
	height:220px;
	position:relative;
}
#login_title
{
	width:314px;
	height:23px;
	position:absolute;
	background-image:url(../img/bk_h2_right.png);
	left:-7px;
	top:25px;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-shadow:1px 1px 0px #000;
	text-align:center;
	padding:10px  0px;
}
#err_msg
{
	width:250px;
	height:15px;
	font-size:11px;
	color:#F00;
	position:absolute;
	left: 30px;
	top: 75px;
}
.login_form , .password_recover
{
	width:230px;
	height:100px;
	position:absolute;
	left: 35px;
	bottom:20px;

}
.password_recover
{
	display:none;
}

.login_form .input ,.password_recover .input
{
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
border-radius: 3px;
color: #555555;
display:block;
font-size: 13px;
height: 18px;
float:left;
margin-bottom:10px;
padding: 4px 4px 4px 23px;
width: 210px;
}
.btn
{
   
    color: #fff;
    cursor: pointer;
    display:block;
    font-size: 13px;
    margin-bottom: 0;
	width:70px;
	height:24px;
    text-align: center;
    text-shadow: 0 1px 1px #000;
    vertical-align: middle;
    float:right;
	background:none;
	background-image:url(../img/btn_bg.gif);
	border:none;
}
.user
{
background:url(../img/user.png) 4px no-repeat ;
}
.passcode
{
background:url(../img/lock.png) 4px no-repeat;
}
.admin_email
{
background:url(../img/email.png) 4px no-repeat;	
}
.recov_pass
{
	height:15px;
	padding:5px;
	position:absolute;
	left: 0px;
	top: 70px;
	color:#000;
	font-size:11px;
	cursor:pointer;
	font-weight:bold;
}
#password_rec
{
	height:15px;
	padding:5px;
	position:absolute;
	left: 0px;
	top:-22px;
	color:#000;
	font-size:11px;
}
