/* CSS common */
html,body{
	min-width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
	-webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0 , 0 , 0 , 0 );
	/*
	background:#FFFFFF url("../images/login_bg.jpg") no-repeat 50% 76%;
	background-size:100%;
	*/
}
a:focus,input:focus {
     outline:none;
     -moz-outline:none;
}
.placeholder {
	color: #777777;
}
.login-bg{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow: hidden;
}
.login-bg img{
	width:100%;
}
/* head */
.head{
	min-width:1000px;
	background:url("../images/white_opacity.6.png") repeat;
	position:relative;
	z-index:10;
}
.head-inner{
	width:1000px;
	height:65px;
	margin:0 auto;
	background:url("../images/logo.png") no-repeat left top;
}
/* login-form */
.login-form{
	width:444px;
	height:300px;
	position:relative;
	z-index:12;
	top:50%;
	margin:-230px auto 0;
	background:url("../images/login_form.png") no-repeat left top;
}
.login-form .title{
	height:62px;
	line-height:62px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#0883bb;
	letter-spacing:2px;
}
.login-form label{
	display:none;
}
.form-text{
	border:none;
/*	background:none;*/
	width:328px;
	height:20px;
	margin-top:5px;
	text-indent:1em;
	position:absolute;
}
.username{
	top:80px;
	left:75px;
}
.password{
	left:75px;
	top:138px;
}
.sign-in{
	position:absolute;
	left:35px;
	bottom:65px;
	width:370px;
	height:38px;
}
.sign-in input,.sign-in span{
	vertical-align:middle;
	color:#0883BB;
}
.user-choose{
	padding:2px;
	height:25px;
	line-height:25px;
	border:1px solid #DEDEDE;
	background:#FFFFFF;
	width:150px;
}
.sign-in-btn{
	border:none;
	height:38px;
	width:78px;
	cursor:pointer;
	position:absolute;
	right:0;
	top:-8px;
	background:url("../images/login_btn.png") no-repeat;
}
.sign-in-btn:hover{
	background:url("../images/login_btn_hover.png") no-repeat;
}
.forgot{
	position:absolute;
	bottom:15px;
	left:10px;
	text-indent:28px;
	color:#333333;
	font-size:13px;
	text-shadow:0 0 3px rgba(256,256,256,0.5);
}
.forgot a{
	margin:0px 5px;
	color:#111111;
}
.login-form .error{
	position: absolute;
	bottom: 82px;
    left: 36px;
    color:red;
}
/* foot */
.foot{
	height:60px;
	line-height:60px;
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	text-align:center;
	color:#555555;
	font-weight:bold;
	background:url("../images/white_opacity.6.png") repeat;
	z-index:9;
}
