@CHARSET "UTF-8";
a{
  text-decoration: none;	
}
#registerTb tr{
  height: 47px;	
}
#forgetTb tr{
  height: 47px;		
}
.registerBody{
  background-color: #fff;
  background-image: url("../../images/register/bg-blue.jpg");
  background-repeat: repeat-x;
  background-position: center top;
  margin-top: 0;	
}
.registerContent{
  width: 1000px;
  height: 620px;
  background-color: #fff;
  margin: auto;
  margin-top: 90px;
}
.registerContent_head{
  font-size: 24px;
  color: #000;
  margin-left: 50px;
  margin-top: 84px;
  float: left;
  width: 950px;
  margin-bottom: 37px;
}
.red{
  color:red;
}
.register-label{
  font-size: 14px;
  color: #000;
  margin-right: 10px;
  text-align: right;
}
.register-input{
  width: 305px;
  height: 29px;
  border: solid 1px #cccccc;
  font-size: 14px;
  padding-left: 15px;
}
.registerContent_left{
  width: 450px;
  float: left;
  margin-left: 50px;
}
.registerContent_right{
  width: 450px;
  float: left;
  margin-left: 43px;	
}
.sendMsgCode{
  font-size: 18px;
  color: #fff;
  width: 162px;
  height: 33px;
  background-color: #26c1d9;
  line-height: 32px;
  float: left;
  margin-left: 10px;	
  cursor: pointer;
  border: none;
}
.term{
  font-size: 14px;
  margin-top: 26px;
  text-align: center;
  margin-bottom: 16px;	
  text-indent: 30px;
}
.registBtn{
  font-size: 18px;
  color: #fff;
  width: 322px;
  height: 31px;
  background-color: #26c1d9;
  text-align: center;
  letter-spacing: 12px;
  line-height: 30px;
  margin-left: 94px;
  cursor: pointer;  	
}
.loginlabel{
  font-size: 14px;
  margin-top: 24px;
  text-align: right;
  width: 418px;	
}