body,p,h1,h2,h3,h4,h5,h6,dl,dd{
	margin:0;
}
body{
	font:12px "宋体";
	color:#333;
	background-color: #fff;
}
ul,ol{
	margin:0;
	padding:0;
	list-style:none;
}
h1,h2,h3,h4,h5,h6,strong,b{
	font-weight:normal;
}
a{
	text-decoration:none;
}
img{
	vertical-align:top;
	border:none;
}
i,em{
	font-style:normal;
}
table{
	border-collapse:collapse
}

th,td{
	padding:0;
}
input{
	padding:0;
	border:none;
	_border:0;
	outline: 0;
	
}
fieldset{
	padding:0;
	margin:0;
	border:0;
}
mark{
	background:none;
}
/*-----------------------reset------------------*/
html,body{
  height:100%;
}
.Main{
  position: relative;
  width: 100%;
	height: 100%;
  overflow:hidden;
}
.main_header{
  height: 10%;
  width:100%;
  position: absolute;
  left:0;
  top:0;
  background-color: rgba(0,0,0,0.2) !important;
	background-color: #000;filter:Alpha(opacity=20);
}
.header_wrap{
	position: absolute;
	top:0;
	left: 50%;
	margin-left: -130px;
	z-index: 2;
	padding-top:1.5%;
	/*width: 510px;*/
	height: auto;
	color: #fff;
	font-family: "微软雅黑,宋体";
}
.header_wrap img,.header_wrap h3{
	float: left;
	display: inline-block;
	vertical-align: middle;
	/*font-size: 36px;
	line-height:36px;*/
	letter-spacing: 5px;
}
.header_wrap img{
	height: 30px;
	margin-left: -15%;
	margin-right: 10px;
}
.login_bg{
  width:100%;
  height:100%;
  position: absolute;
  z-index: -1;
}
#loginForm{
  width:30%;
	height: 40%;
	min-width: 384px;
	min-height: 288px;
	/*max-width: 504px;
	max-height: 420px;*/
  background: #f6f6f6;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  position: absolute;
  margin: 0 auto;
	behavior: url(ie-css3.htc);
}
#loginForm{
	box-shadow: 3px 0px 68px rgba(187,194,200,0.4)\0;
	-moz-box-shadow: 3px 0px 68px rgba(187,194,200,0.4)\0;
	-webkit-box-shadow:3px 0px 68px rgba(187,194,200,0.4)\0;
	box-shadow: none\9;
}
.login_user{
  width: 16%;
  height: 20%;
  margin: 0 auto;
  margin-top: -10%;
}
.login_user img{
	height: 100%;
}

.username_wrap,.password_wrap,.loginBtn_wrap{
	width:80%;
  height: 11%;
	/*overflow: hidden;*/
  background: #fff;
  margin: 0 auto;
  border-radius: 30px;
	-moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border: 1px solid #c3d1e8;
  margin-bottom: 2%;
	/*behavior: url(ie-css3.htc);*/
}
.inptr img{,
	float: left;
  height: 50%;
	width: 5%;
  margin-left: 5%;
  margin-top: 2%;
}

.inptr input,#loginBtn,#skinCheck div{
  float:right;
	display: block;
  height: 90%;
	min-height: 28px;
	width: 75%;
	margin-right: 5%;
  margin-top: 1px;
  margin-bottom:1px;
  line-height: 30px;
	vertical-align:middle;
}
.username_top{
  height: 8%;
}
.loginBtn_wrap{
  background: #4e7ac7;
}
#loginBtn{
	float:none;
  background: #4e7ac7;
  color: #fff;
  outline: none;
  border: 0;
  width: 60%;
  margin-left: 18%;
  
}
#loginForm .skin_wrap{
  margin-bottom: 0;
}
#loginForm .userbook{
  border: none;
  background: none;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 7%;
  line-height:25px;
  text-align: right;
}

.userbook img{
  height: 100%;
	min-height: 19px;
	vertical-align: top;
}
.userbook a{
  color: #999;
}
#skinCheck{
	position: relative;
	margin-bottom: 0;
	
}
#skinCheck div{
	cursor: pointer;
}
.skin_wrap{
	margin-top: -1px;
	height: 60px;
	min-height: 28px;
	width: 60%;
	margin-left:25%;
	top:60px;
	display: none;
}
.blue,.green{
	display: block;
	border: 1px solid #bccce6;
	height: 30px;
	line-height: 30px;
	text-indent: 8px;
	color: #666;
	background-color: dce4f4;
}
.blue{
	margin-bottom: -1px;
}
.skin_wrap a:hover{
	background-color: #dce4f4;
	color: #000;
}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
