*{border:0;
   margin:0; 
   padding:0;
   font-family: "Microsoft Yahei", Arial;
    }
body{
    margin:0 auto;
	width:100%;
	height:auto;
}
input:focus {
    outline:none;
}

.top{
	 width:100%;
	 height:60px;
	 line-height:60px;
	 background-color:#0d78c5;
	 text-align:center;
	 font-size:1.3em ; 
	 color:#FFF;
	 margin-bottom:20px;
}
.mid{
	width:100%;
	height:40px;
	border-bottom:#e8e8e8 solid 1px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}


.left, .left2, .left3, .left4, .left5,.left6{
	float:left;
	overflow:hidden;
	width:24%;
	text-align:left;
	padding-left:20px;
	height:40px;
	line-height:40px;
	color:#404040;
	font-size:0.9em ; 
}

.left2{
	letter-spacing:7px;
}
.left3{
	letter-spacing:2px;
}
.left4{
	letter-spacing:4px;
}
.left5{
	letter-spacing:0px;
}
.left6{
	letter-spacing:-2px;
}

.right{
	float:left;
	width:65%
}
.input1{
	width:100%;
	height:40px;
	line-height:40px;
	border:0px;
	color:#9c9c9c;
	font-size:0.8em ; 
}
.rightpic{
	float:left;
	height:25px;
	padding-top:5px;
	width:23%;
	text-align:left;
}
.btnpic{
	float:left;
	height:30px;
	line-height:30px;
	text-align:center;
	padding-left:20%;
	padding-right:20%;
	background-color:#0d78c6;
	border-radius:25px;
	-moz-border-radius: 25px; 
	 font-size:0.8em ; 
	 color:#FFF;
}
.pic{
	display:block;
	float:left;
	margin-left:15px;
	border-radius:5px;
	-moz-border-radius:5px; 
}
.right2{
	float:left;
	width:65%;
	text-align:right;
}

.input2{
	float:left;
	width:40%;
	height:40px;
	line-height:40px;
	border:0px;
	color:#9c9c9c;
	font-size:0.8em ; 
}

.btn2{
	float:left;
	height:30px;
	line-height:30px;
	margin-top:5px;
	text-align:center;
	padding-left:10%;
	padding-right:10%;
	background-color:#0d78c6;
	border-radius:25px;
	-moz-border-radius: 25px; 
	 font-size:0.8em ; 
	 color:#FFF;
}
.btn2_disabled{
	float:left;
	height:30px;
	line-height:30px;
	margin-top:5px;
	text-align:center;
	padding-left:10%;
	padding-right:10%;
	background-color:#DCDEE0;
	border-radius:25px;
	-moz-border-radius: 25px; 
	font-size:0.8em ; 
	color:#FFF;
}

.foot1{
	width:100%;
	height:40px;
	margin-top:40px;
	text-align:center;
}

.foot2{
	width:100%;
	height:38px;
	line-height:38px;
	text-align:center;
	color:#9c9c9c;
	font-size:0.6em ; 
	padding-bottom:8%;
}

.foot2 a{
	color:#0d78c6;
	font-size:0.6em; 
}
.btn[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn{
	width:55%;
	margin:0 auto;
	height:40px;
	line-height:40px;
	text-align:center;
	background-color:#0d78c6;
	border-radius:18px;
	-moz-border-radius: 18px; 
	 font-size:1.2em ;
	 color:#FFF;
	 letter-spacing:10px;
}



