.register-page
{
  width: 720px;
  text-align: center;
}

.register-page h3
{
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}

.register-page h4
{
  font-size: 14px;
  font-weight: bold;
}

.register-page table
{
  width: 720px;
}

.register-progress 
{
  width: 720px;
  position: relative;
  margin-left: 10px;
  text-align: center;
}

.register-progress .pross {
  position: relative;
  background: #ddd;
  float: left;
  width: 168px;
  height: 35px;
  line-height: 35px;
  color: #666;
  font-size: 14px;
  padding-left: 10px;
  overflow: hidden;
}
.register-progress .pross .index {
  background: #999;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  color: #fff;
  text-align: center;
  margin-right: 10px;
}
.register-progress .pross .pross-dir {
  background: #ddd;
  position: absolute;
  top: -17px;
  right: -19px;
}
.register-progress .pross .pross-dir .outside,
.register-progress .pross .pross-dir .inside {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 19px;
}
.register-progress .pross .pross-dir .outside {
  border-color: transparent transparent transparent #f8f8f8;
}
.register-progress .pross .pross-dir .inside {
  border-color: transparent transparent transparent #ddd;
  margin-left: -47px;
}
.register-progress .pross-ok {
  background: #006cad;
  color: #fff;
}
.register-progress .pross-ok .index {
  background: #fff;
  color: #006cad;
}
.register-progress .pross-ok .pross-dir {
  background: #ddd;
}
.register-progress .pross-ok .pross-dir .outside {
  border-color: transparent transparent transparent #f8f8f8;
}
.register-progress .pross-ok .pross-dir .inside {
  border-color: transparent transparent transparent #006cad;
}
.register-progress .pross-ok .pross-dir-bg {
  background: #006cad;
}
.register-progress .step-1
{
  position: relative;
  float: left;
  line-height: 35px;
  color: #fff;
  font-size: 14px;
  padding-left: 5px;
  overflow: hidden;
  width:170px;
  height:35px;
  background:white url(images/step-1.png) no-repeat right center;
}
.register-progress .step-2
{
  position: relative;
  float: left;
  line-height: 35px;
  color: #fff;
  font-size: 14px;
  padding-left: 5px;
  overflow: hidden;
  width:170px;
  height:35px;
  background:white url(images/step-2.png) no-repeat right center;
}
.register-progress .step-3
{
  position: relative;
  float: left;
  line-height: 35px;
  color: #fff;
  font-size: 14px;
  padding-left: 5px;
  overflow: hidden;
  width:170px;
  height:35px;
  background:white url(images/step-3.png) no-repeat right center;
}
.register-progress .step-4
{
  position: relative;
  float: left;
  line-height: 35px;
  color: #666;
  font-size: 14px;
  padding-left: 5px;
  overflow: hidden;
  width:170px;
  height:35px;
  background:white url(images/step-4.png) no-repeat right center;
}
.register-progress .step-5
{
  position: relative;
  float: left;
  line-height: 35px;
  color: #666;
  font-size: 14px;
  padding-left: 5px;
  overflow: hidden;
  width:170px;
  height:35px;
  background:white url(images/step-5.png) no-repeat right center;
}
.register-progress .step-1 .step-6,
.register-progress .step-2 .step-6,
.register-progress .step-3 .step-6
{
  display: inline-block;
  line-height: 18px;
  color: #666;
  text-align: center;
  margin-right: 10px;
  width:18px;
  height:18px;
  background:transparent url(images/step-6.png) no-repeat right center;
}
.register-progress .step-4 .step-6
,.register-progress .step-5 .step-6
{
  display: inline-block;
  line-height: 18px;
  color: #FFF;
  text-align: center;
  margin-right: 10px;
  width:18px;
  height:18px;
  background:transparent url(images/step-7.png) no-repeat right center;
}
.user-info {
  font-size: 14px;
}

.user-info table{
  text-align: left;
  font-size: 14px;
  padding-top: 0px;
}

.user-info input[type="text"],
.user-info input[type="password"] {
  border: 2px solid #e1e1e1;
  width: 300px;
  height:30px;
  margin-top:5px;
  color: #666;
  outline: 0;
  vertical-align: middle;
}

.user-info .error-input{
  border: 2px solid red;
  width: 300px;
  height:30px;
  color: #666;
  outline: 0;
  vertical-align: middle;
}

.user-info select{  
  border: 0px solid #e1e1e1;
  width: 300px;
  height:35px;
  color: #666;
  outline: 0;
  vertical-align: inherit;
  z-index: 99;
}  

.user-info .mod-cus-sel{
  height:35px;
  line-height:35px;
  float:left;
  cursor:pointer;
  margin-right:0px;
  width: 302px;
  }
.user-info .mod-cus-sel-op{
  border: 2px solid #e1e1e1;
  height:35px;
  float:left;
  cursor:pointer;
  margin-right:0px;
  width: 302px;
  line-height: 30px;
  background:white url(images/div_select.png) no-repeat right center;
  z-index: 100;
  position: absolute;
  }
  .user-info .mod-cus-sel-se{
  margin-left:40px;
  height:130px;
  float:left;
  margin-right:0px;
  position: absolute;
  }

.user-info .mod-cus-sel-op:focus{
   border: 2px solid #d6f1ff;
  }
  
  
  
/* select */
.user-info .select_div *{margin:0;padding:0;list-style-type:none;margin-top:5px;}

.user-info .select{position:relative;float:left;margin:0 0px;width: 300px;}
.user-info .select dt{outline: none;width: 300px;height:35px;display:inline-block;border: 2px solid #e1e1e1;background:transparent url(images/div_select.png) no-repeat right center;line-height:35px;padding-left:2px;cursor:pointer;padding-right:0px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;position:relative;z-index:99;}
.user-info .select dt:focus,.select dt.cur{border: 2px solid #d6f1ff;outline: none;}
.user-info .select dd{position:absolute;left:0;top:39px;border:1px solid #d2ccc4;background:#fff;display:none;}
.user-info .select dd ul{list-style:none; padding:2px;width:300px;max-height:150px;overflow:auto;}
.user-info .select dd ul li a{line-height:28px;display:block;padding:0 5px;}
.user-info .select dd ul li a:hover{background:#f5f5f5;}
  
  
.user-info .error-select{
  border: 2px solid red;
  width: 306px;
  height:35px;
  color: #666;
  outline: 0;
  vertical-align: middle;
}

.user-info span {
  display: inline-block;
  width: 120px;
  text-align: right;
}
.user-info input[type="text"]:focus,
.user-info input[type="password"]:focus {
  border: 2px solid #d6f1ff;
}
.user-info .provision {
  text-align: center;
  width: 400px;
  font-size: 14px;
  text-align: center;
}
.user-info .provision input {
  margin-right: 1px;
}
.user-info .provision a {
  margin-left: 1px;
}
.user-info .error {
  border: 2px solid #fedddc !important;
  display: inline;
}
.user-info .provision-item {
  margin-top: 0px;
  padding-left: 8px;
  clear: both;
  text-align: center;
}

.read-protocol .next-btn { 
  text-align: center;
}

.read-protocol .next-step { 
  background: #006cad;
  display: inline-block;
  width: 300px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  border: 0;
  text-align: center;
  margin: 0px,auto;
}

.read-protocol .next-step:hover {
  text-decoration: none;
}

.user-info .next-btn { 
  text-align: center;
}
.user-info h3,
.emailcheck h3,
.success-pwd h3,
.read-protocol h3,
.success h3
{
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}

.user-info .next-step { 
  background: #006cad;
  display: inline-block;
  width: 300px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  border: 0;
  text-align: center;
  margin: 0px,auto;
}

.user-info .next-step:hover {
  text-decoration: none;
}

.tooltip-info {
  display:none;
  width: 230px;
  height:20px;
  color: #666;
  font-size: 14px;
}

.tooltip-info .mess {
  width: 230px;
  vertical-align: top;
  text-align: left;
  height:20px;
  line-height: 20px;
}

.tooltip-info-error {
  width: 230px;
  height:20px;
  font-size: 14px;
  color: red;
}

.tooltip-info-error .mess {
  width: 230px;
  vertical-align: top;
  text-align: left;
  height:20px;
  line-height: 20px;
}

.emailcheck {
  display:none;
  text-align: center;
  padding-top: 0px;
  width: 530px;
  float: none;
  margin:0 auto;
}

.emailcheck .content {
  width:450px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  color: #333;
}

.emailcheck .content .to-email {
  margin-top: 17px;
  margin-bottom: 0px;
}
.emailcheck .content .to-email span {
  margin-right: 5px;
  font-size: 14px;
  font-family: Microsoft YaHei;
}
.emailcheck .content .to-email .se-email {
  color: #2981a9;
}

.emailcheck .content .no-email {
  float: left;
  margin-top: 22px;
  color: #2981a9;
  clear: both;
}
.emailcheck .content .reSent-email {
  float: left;
  border: 1px solid #bee6fa;
  background: #d9edf8;
  padding: 8px 1px 9px 0px;
  margin-top: 20px;
  clear: both;
  color: #4d92b5;
  width: 450px;
}

.emailcheck .content .reSent1 {
 color:#a0a0a0;
 cursor: default;
 outline:none;
text-decoration: none;
}
.emailcheck .content .reSent1:hover {
 color:#a0a0a0;

}
.emailcheck .content .reSent1:visited {
 color:#a0a0a0;
}
.emailcheck .content .reSent1:active {
 color:#a0a0a0;
}

.success {
  display:none;
  text-align: center;
  padding-top: 0px;
  margin:0 auto;
  width: 530px;
}

.success .content {
  display:inline-block;
  width:550px;
  vertical-align: top;
  text-align: center;
  margin-top:40px;
  color: #333;
}

.success .content .suc-username{
  margin-right: 5px;
  font-size: 14px;
  color: red;
}
.success .content .suc-msg
{
    margin-right: 5px;
  font-size: 14px;
}


.success-pwd {
  display:none;
  font-size: 14px;
}

.success-pwd table{
  text-align: left;
  font-size: 14px;
  padding-top: 0px;
}

.success-pwd input[type="password"] {
  border: 2px solid #e1e1e1;
  width: 300px;
  height:30px;
  margin-top:5px;
  color: #666;
  outline: 0;
  vertical-align: middle;
}

.success-pwd span {
  display: inline-block;
  text-align: right;
}

.success-pwd input[type="password"]:focus {
  border: 2px solid #d6f1ff;
}
.success-pwd .next-btn
{
  text-align: center;
}
.success-pwd .next-step { 
  background: #006cad;
  display: inline-block;
  width: 300px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  border: 0;
  text-align: center;
}

.success-pwd .next-step:hover {
  text-decoration: none;
}