#register_form {
  width: 700px;
  margin: 0 auto;
  padding: 0;
}

.regform_title {
  width: 700px;
  height: 60px;
  color: #74787c;
  font-weight: bold;
}

.regform_title a {
  color: #2b789e;
}

.regform_title_join {
  float: left;
  padding: 5px 20px 10px;
  color: #0375ad;
  font-size: 30px;
}

.regform_title_sign_in {
  float: right;
  padding: 23px 20px 10px;
}

.regform {
  margin: auto;
  border: 1px solid #cccccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #444444;
  font-size: 13px;
  text-align: left;
}

.regform-head {
  height: 45px;
  padding: 0 20px 0 35px;
  color: #ffffff;
  line-height: 45px;
  font-size: 24px;
  background-color: #adb3bb;
}

.regform-head .right {
  font-size: 14px;
  font-weight: bold;
}

.regform_foot {
  background-color: #fbfafa;
  color: #605e5e;
  padding: 30px 5px 15px 15px;
}

.regform_cont {
  background-color: #fbfafa;
  color: #605e5e;
  padding: 20px;
}

.regform_foot {
  padding: 5px 20px 5px 46px;
  color: #605e5e;
  line-height: 32px;
  background-color: #edecec;
}

.reg-table {
  margin: 0;
  padding: 0;
  border: 0pt none;
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
  white-space: nowrap;
}

.reg-table td {
  padding: 3px 5px;
  white-space: nowrap;
}

.regform .lab {
  width: 150px;
}

.regform .inp {
  width: 183px;
}

.regform .hnt {
  padding: 3px 0;
  text-align:left;
  color: #888;
}

.regform .hnt .smalltxt {
  display: block;
}

.regform .hnt .smalltxt:first-letter,
.regform .hnt .info_statuses:first-letter,
.regform .hnt .email_hint:first-letter {
  text-transform: capitalize;
}

.regform .input {
  width: 175px;
  height: 18px;
  margin: 0;
  padding: 3px;
  border: 1px solid #CCCCCC;
  font-size: 14px;
}

.email_hint {
  display: inline-block;
  padding: 3px 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  font-size: 100%;
  line-height: 100%;
  font-weight:bold;
}

.reg_email_err {
  background-color:#FF0000;
}

.reg_email_ok {
  color: #009900;
  /*background-color:#009900;*/
}

.pwd_low {
  background-image: url("../../../img/skin/default/password-ind.gif");
  background-repeat: no-repeat;
  background-position:0 -12px;
  width: 100px;
  height:6px;
}

.fmark {
  float:left;
  width:16px;
  height: 16px;
  padding-right:5px;
}

.fmark_ok {
  background: url(../../../img/skin/umail.net/ok.gif) no-repeat scroll left top transparent;
}

.fmark_err {
  background: url(../../../img/skin/umail.net/error.gif) no-repeat scroll left top transparent;
}

.btn_next {
  float: right;
  height: 36px;
  margin: 0 20px 0 0;
  padding: 0 0 0 20px;
  background: url("../../../img/skin/default/green-button-normal-wide.gif") no-repeat scroll left top transparent;
  cursor: pointer;
  font-size:130%;
  text-align: center;
}

.btn_next_right {
  display: block;
  margin: 0 -20px 0 0;
  padding: 0 20px 0 0;
  line-height: 36px;
  background: url("../../../img/skin/default/green-button-normal-wide.gif") no-repeat scroll right top transparent;
  //zoom: 1;
}

.button {
  overflow: visible;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 0pt none;
  cursor: pointer;
  color: #fff;
  line-height: 36px;
  font-weight: bold;
  font-size: 16px;
  background-color: transparent;
}

#pass_sec_box {
  float: left;
  display: none;
}

#pass_sec_value {
  font-weight:bold;
}

.pass_sec_bar {
  /*width: 100px;
  height: 7px;
  border: 1px #cccccc solid;
  background: url("../../../img/skin/default/index/pass_sec_bar_bg.gif") repeat-y scroll left top transparent;*/
  line-height: 1px;
}

.pass_sec_bar span {
  display: inline-block;
  width: 1.4em;
  height: 6px;
  margin: 0 2px;
  border: 1px solid #AAAAAA;
  font-size: 100%;
}

.pass_sec_bar_0 {
  background-position:0px 0px;
}

.pass_sec_bar_5 {
  background-position:-263px 0px;
}

.pass_sec_bar_4 {
  background-position:-233px 0px;
}

.pass_sec_bar_3 {
  background-position:-176px 0px;
}

.pass_sec_bar_2 {
  background-position:-134px 0px;
}

.pass_sec_bar_1 {
  background-position:-65px 0px;
}

.regform .input_error_hint {
  display:none;
}

.req {
  color: red;
}

.info_statuses {
  display: inline-block;
  padding-left: 3px;
}

.regform .domain_name {
  display: inline-block;
  padding: 3px 5px 0 0;
  color: #4a4949;
  line-height: 100%;
  font-weight: bold;
}

#white_list_info_block {
  float: left;
  line-height: 36px;
}

.reg-control-container {
  overflow: hidden;
  padding: 20px 0 0 26px;
}

.wait-message {
  width: 250px;
  margin-top: -30px;
  margin-left: -125px;
  font-weight: bold;
  text-align: center;
  cursor: wait;
  background-color: #ffffff;
  white-space: nowrap;
}

.wait-message .wait-message-content {
  padding: 0 20px;
  line-height: 60px;
}

.hidden {
  display: none;
}

.disabled, .disabled .btn_next_right {
  background-image: url("../../../img/skin/default/gray-button-wide.gif");
}

.disabled, .disabled button {
  cursor: default;
}

label {
  cursor: pointer;
}

/* CAPTCHA popup css */
.captcha_popup {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  width: 520px;
  height: 185px;
  margin: -92px 0 0 -260px;
  font-family: Tahoma, serif;
  text-align: left;
}

.captcha_popup_head {
  padding: 5px 18px;
  color: #ffffff;
  font-weight: bold;
  text-transform: capitalize;
  background: url("../../../img/skin/umail.net/captcha-popup-tit-bg.png") repeat-x scroll left top transparent;
}

.captcha_popup_cont {
  overflow: hidden;
  padding: 10px 18px 15px;
  border: 3px #0480bb solid;
  border-top: 0pt none;
  color: #605e5e;
  font-size: 11px;
  background-color: #e4f6fd;
}

.captcha-table {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0pt none;
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top;
  white-space: nowrap;
}

.captcha-table td {
  padding: 0 10px 0 0;
  vertical-align: bottom;
}

.captcha-refresh {
  text-align: center;
}

.captcha-refresh a {
  display: inline-block;
}

.captcha-req {
  height: 30px;
  vertical-align: bottom;
}

.captcha-input {
  height: 40px;
}

.captcha-input input {
  width: 140px;
  padding: 3px;
  border: 1px #cccccc solid;
  font: normal 24px "Courier New", monospace;
  text-align: center;
}

.captcha-button {
  text-align: left;
}

.captcha-button .btn_next {
  float: left;
}

.left {
  float: left;
}

.right {
  float: right;
}

.header-register {
  width: 700px;
}
