body, input, select, button {font-family: verdana;}
body{
	color: #000;
	font-size: 12px;
	line-height: 166.6%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -10;
	background-position: center 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: rgb(64, 64, 64);
	background-image: url(../img/100.jpg);
	-webkit-background-size: cover;
	-o-background-size: cover;
	zoom: 1;
	overflow:hidden;
}
.cls{clear:both;overflow:hidden;}
.login {
	width: 500px;
	text-align: center;
	margin:0px auto;
	margin-top:-185px;
}
.loginForm {
	outline:0;
	border:1px solid #ccc;
	-webkit-transition: border linear .2s,box-shadow linear .2s;
	-moz-transition: border linear .2s,box-shadow linear .2s;
	-o-transition: border linear .2s,box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;
	font-size:14px;
	line-height:20px;
	color:#000000;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(235, 235, 235, 0.6);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(235, 235, 235, 0.6);
	padding:20px;
	background:#F8F8F8;
}
.loginFormTitle{
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 50px;
    font-family: cursive;
}
.loginFormIpt {
	position: relative;
	width: 240px;
	height: 42px;
	line-height: 42px;
	margin: 0 0 20px 40px;
	padding-right: 5px;
	clear: both;
	background-position: 0 -352px;
	z-index: 2;
}
.codeLoginInput
{
	background-position: 0 -405px;
	width:119px;
	float:left;
}
.loginFormIpt .tit{
	position: absolute;
	left: -60px;
	top: 0px;
	z-index: 1;
}
.themeCtrl a, .loginFormIpt, .headerIntro, .loginIcoCurrent, .loginIcoNew, .verify-input-line, .themeText li, .btn, .btn-moblogin, .ico,.locationTestTitle, .verSelected, .servSelected, .locationTestTitleClose, #extText li, #mobtips_arr, #mobtips_close {
	background-image: url(../img/bg_v3.png);
}
.loginFormIpt .ico {
	position: absolute;
	left: 9px;
	top: 13px;
	z-index: 1;
}
.ico-uid {
	width: 14px;
	height: 16px;
	background-position: -154px -64px;
}
.ico-pwd {
	width: 14px;
	height: 16px;
	background-position: -178px -64px;
}
.formIpt {
	width: 205px;
	padding: 10px 0 10px;
	ime-mode: disabled;
	font-family:verdana;
	height: 23px;
	top: 1px;
	left: 28px;
	color: #333;
	font-size: 14px;
	font-weight: 700;
	border: none;
	font-family: verdana;
	line-height: 21px;
	background: transparent!important;
}
.codeLoginInput .formIpt
{
	width:80px;
}
.codeimg{
	float:left;
	cursor:pointer;
	padding-top:1px;
}
.formIpt:focus{
	outline:0;
}
.loginFormIpt-focus{box-shadow:0 0 5px rgba(2,145,252,.5);}
.loginFormIpt-focus .placeholder{color:#C9C9C9;}

.loginIcoCurrent, .loginIcoNew, .formIpt, #whatAutologinTip, #mobtips, #mobtips_arr, #mobtips_close {
	position: absolute;
}
#mobtips {
	height: 18px;
	border: 1px solid #c6c6a8;
	top: 41px;
	left: 30px;
	line-height: 18px;
	background: #ffffe1;
	padding-left: 6px;
	padding-right: 20px;
	display: none;
	color: #565656;
	zoom: 1;
}
.placeholder {
	color: #C9C9C9;
	font-size: 14px;
	position: absolute;
	left: 30px;
	top: 14px;
	line-height: 14px;
	visibility: visible;
	background: none;
}
select, input, button, button img, label {
	vertical-align: middle;
}
#idInputTest {
	visibility: hidden;
	position: absolute;
	font-size: 14px;
	font-weight: 700;
}
.loginFormCheck {
	height: 14px;
	line-height: 14px;
	color: #555;
	margin-left: 25px;
	clear: both;
	width: 245px;
	position: relative;
	z-index: 1;
}
.loginFormInput {
	width: 300px;
	margin: 0px auto;
	text-align:center;
}
.loginFormBtn {
	width: 245px;
	height: 38px;
	margin: 0px auto;
	margin-bottom:18px;
	text-align:center;
}
.btn-login {
	background-position: 0 -208px;
}
.btn-main {
	color: #fff;
	box-shadow: 0 2px 5px rgba(0,28,88,.3);
}
.btn {
	width: 110px;
	height: 38px;
	text-align: center;
	cursor: pointer;
	border: 0;
	padding: 0;
	font-weight: 700;
	font-size: 14px;
	display: inline-block;
	vertical-align: baseline;
	line-height: 38px;
	outline: 0;
	background-color: transparent;
}
.hid {
	visibility: hidden;
	cursor: text;
}
.loginFormCopy{float:right;height:10px;margin-right:10px;}
.placeholder
.formIpt-focus:focus{border:none;}