.register-box {
  width: 450px;
  border-radius: 3px;
  box-shadow: 0 0px 7px 3px #ccc;
  border: 1px solid #eee;
  padding: 35px 35px 0px;
}
.register-space {
  width: 450px;
}
.reg-submit {
  width: 450px;
  line-height: 38px;
  border: 1px solid #0095ff !important;
  color: #0095ff;
  background: #e6f2ff;
  border-radius: 3px;
  -o-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.reg-submit.disabled {
  border: 1px solid #fafafa !important;
  color: #fafafa;
}
.reg-submit:hover {
  color: #fff;
  background: #0095ff;
}
.register-main {
  width: 450px;
}
.register-item {
  border-radius: 3px;
  border-color: #eee;
}
.register-item select {
  width: 280px;
  border-radius: 3px;
}
.register-item input {
  width: 280px;
  border-radius: 3px;
  border-color: #eee;
}
.register-item input.send-captcha {
  height: 38px;
  line-height: 34px;
  border: 1px solid #0095ff !important;
  color: #0095ff;
  background: #e6f2ff;
  border-radius: 3px;
  -o-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.register-item input.send-captcha:hover {
  color: #fff;
  background: #0095ff;
}
.register-item input.send-captcha-disabled {
  border: 1px solid #fafafa !important;
  color: #fafafa;
}
.register-item label span {
  color: #f64f64;
  border-color: #eee;
}
.register-title .go-login a {
  border: 1px solid #0095ff;
  color: #0095ff;
  background: #e6f2ff;
  border-radius: 3px;
  -o-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.register-title .go-login a:hover {
  color: #fff;
  background: #0095ff;
}
.onShow div {
  background: none!important;
  padding-left: 190px!important;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  color: #999;
}
.onFocus div {
  background: none!important;
  padding-left: 190px!important;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  color: #555;
}
.onError div {
  background: none!important;
  padding-left: 190px!important;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  color: #f64f64 !important;
}
.onCorrect div {
  background: none!important;
  padding-left: 190px!important;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  color: #0095ff;
}
.onLoad div {
  background: none!important;
  padding-left: 190px!important;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
}
.sign-box {
  background: url('/new/images/login-bg03.jpg');
}
