#register_form,
#password_recovery_form,
#pin_code_recovery_form,
#by_email_recovery_form,
#save_new_pass_form {
  width: 700px;
  margin: 0 auto;
  padding: 0;
}

.req {
 color: #33a5d4;
}

.left {
  float: left;
}

.right {
  float: right;
}

.regform_title {
  height: 60px;
  /*background: url(../../../img/skin/umail.net/reg-tit-bg.png) left top repeat-x;*/
  color: #74787c;
  font-weight: bold;
  font-family: Tahoma;
}

#register_form a {
  color: #2b789e
}

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

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

}

.regform a {
 color: #2c7ca2;
}

.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: #edecec;
 color: #605e5e;
 padding: 5px 35px 5px 35px;
 line-height: 32px;
}

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

.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: 0 0 5px 5px;
}

.regform .lab {
  width: 175px;
  padding-left: 0;
  text-align:left;
  line-height: 28px;
}

.regform .inp {
 text-align:left;
}

.regform .hnt {
  padding-left: 10px;
  color: #2c7ca2;
  text-align: left;
}

.regform .input {
 width: 175px;
 height: 18px;
 font-size:110%;
 padding:3px;
 border: 1px #cccccc solid;
}

.regform .domain_name {
 color: #4a4949;
 font-weight: bold;
}

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

.reg-control-container {
  overflow: hidden;
  padding: 20px 0 0 20px;
  text-align:right;
}

.info_statuses {
 display: inline;
}

.email_hint {
  font-size: 100%;
  color: #fff;
  padding: 0 10px;
}

.reg_email_err {

}

.reg_email_ok {

}

.pwd_low {
  background-image: url(../../../img/skin/umail.net/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;
}

.enterform td {padding: 5px;text-align:left;font-size:12pt;}
.enterform input, .enterform select {font-size:12pt;}

#reg_email_exists,
#reg_email_len,
#reg_email_reserved,
#reg_email_novalid {
  color:red;
}

#reg_email_noexists {
  color:#195f12;
}

#passf_not_match {
 display:none;
 white-space: nowrap;
 color:red;
}

#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:0px -30px;
}

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

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

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

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


#reg_info {
 display:none;
 width:600px;
 border:1px solid #888;
 background: #ddd;
 font-family:Verdana;
 font-size:8pt;
 color:#555;
 padding:10px
}
.smalltxt {font-size: 8pt;}

.regform .input_error_hint {
    display:none;
}

.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:hover, .disabled:active {
  background-image: url("../../../img/skin/umail.net/gray-button-normal.gif");
  cursor: default;
}

label, .button {
  cursor: pointer;
}

.button {
  overflow: visible;
  padding: 2px 30px;
  cursor: pointer;
  font-size: 16px;
  margin: 0;
}

.btn_next {
  float: right;
  width: 109px;
  height: 36px;

  padding: 2px 0;
  border: 0pt none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  font-weight: bold;
  background: url("../../../img/skin/umail.net/blue-button-normal.gif") no-repeat scroll left top transparent;

}

.btn_next:hover {
  background-image: url("../../../img/skin/umail.net/blue-button-hover.gif");
}

.btn_next:active {
  background-image: url("../../../img/skin/umail.net/blue-button-press.gif");
}

.b {
  font-weight: bold;
}

/* 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;
}


