.placeholder{
	position:relative;
}
.placeholder div{
	display:inliene-block;
	height:40px;
	line-height:40px;
	position:absolute;
	top:0;
	z-index:1;
	left:9%;
	text-align:left;
	color:#6e6e6e;

}
#section {
  padding: 43px 0;
  height: 630px;
  margin-top: -4px;
  background-color: #f9fafc;
}
#section .box {
  background-color: #fff;
  height: 544px;
  border: 1px solid #dbdee6;
  padding: 90px 0 0 0;
}
input{
	outline:none;
}
#nav{
	position:relative;
	width:100%;
	height:100px;
}
#nav ul {
  position:absolute;
  left:40px;
  right:0;
  top:0;
  margin:auto;
  width:425px;
  
}
#section .box #nav ul li {
  display: inline-block;
  width: 161px;
  height: 40px;
  background-image: url("/login/css/login_register_back/process04.png");
  margin-left: -23px;
  line-height: 40px;
  text-align: center;
  color: #555555;
}
#section .box #nav ul li:first-child {
  color: #fff;
  background-image: url("/login/css/login_register_back/process03.png");
}
#section .box h2 {
  color: #555555;
  margin-bottom: 40px;
}
#section .box ul li > span {
  line-height: 40px;
  color: red;
}
#section .box ul li {
  width: 100%;
  margin-bottom: 20px;
}
#section .box ul li input {
	line-height:40px;
  height: 40px;
  border: 1px solid #dbdee6;
  position:relatibe;
  z-index:2;
  background:transparent;
}
#section .box ul li .disableGetValidatenum {
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #A2A3A5 ;
  color: #fff;
  font-size: 12px;
  cursor: default;
    padding:0;
}
#section .box ul li .getValidatenum{
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #2490e2 ;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
    padding:0;
}
#section .box ul li .login {
  display: inline-block;
  text-decoration: none;
  margin-top: 20px;
  height: 40px;
  line-height: 40px;
  background-color: #2490e2;
  color: #fff;
  cursor: pointer;
  border-radius: 1px;
}
#section .box ul li div.login:hover {
  background-color: #337ab7;
}
#section .box ul li .disableLogin {
  display: inline-block;
  text-decoration: none;
  margin-top: 20px;
  height: 40px;
  line-height: 40px;
  background-color: #9f9f9f;
  color: #fff;
  cursor: default;
  border-radius: 1px;
}
#section .box ul li div.disableLogin:hover {
  background-color: #9f9f9f;
}
#section .box ul #paw {
  margin-bottom: 0;
}
#section .box div.light {
  margin-top: 20px;
}
#section .box div.light span {
  color: #999999;
  margin-left: 10px;
  cursor: pointer;
}
#section .box div.light a {
  text-decoration: none;
}
#section .box #msg {
  margin: -10px 0 0 -40px;
}
#section .box #msg span {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-image: url("/login/css/login_register_back/exclamation.png");
  margin-right: 10px;
}
#section .box #msg div {
  color: red;
  line-height: 60px;
}
<!--ºÄÊ±1759782708.4461Ãë-->