.register_layout {
  background: #fff !important;
}
.register_layout h1.title {
  font-size: 38px;
  font-weight: 300;
  line-height: 40px;
  margin: 0 0 40px;
}
.register_layout .intro_text {
  margin-bottom: 40px;
}
.register_layout .general_form:first-child {
  margin-top: -15px;
}
.register_layout .general_form .label {
  font-size: 19px;
  line-height: 30px;
  margin: 15px 0 5px;
}
.register_layout .form-item {
  margin: 0 8px 10px 0;
}
.register_layout .form-item.first {
  margin-top: 0;
}
.register_layout .form-item.label {
  position: relative;
  width: 304px;
  margin-bottom: 0;
}
.register_layout .register_type {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
}
.register_layout .colseparator {
  background: url("../img/layout/li_abbr_hr.gif") 56px center no-repeat;
}
.register_layout .serviceLink {
  position: relative;
  padding-left: 40px;
}
.register_layout .serviceIcon {
  position: absolute;
  left: 0;
  top: 4px;
  width: 32px;
  height: 32px;
}
.register_layout .captcha {
  margin: -7px 0 0 -7px;
}
.register_layout .recaptchatable {
  border: none !important;
  line-height: 20px;
}
.register_layout .recaptchatable #recaptcha_image,
.register_layout .recaptchatable #recaptcha_response_field {
  border: 1px solid #d2d2d2 !important;
}
.register_layout .recaptchatable #recaptcha_response_field {
  background: url("../img/layout/text_input.gif") repeat-x;
  height: 28px;
  color: #555559 !important;
  padding: 0 8px;
  width: 286px !important;
  font-size: 19px !important;
}
.register_layout h2 {
  font-size: 19px;
  line-height: 30px;
  margin: 20px 0;
  font-weight: normal;
}
.register_layout .form-separator {
  background: url("/img/layout/news_s_hr.png") no-repeat center top;
  height: 8px;
  margin: 20px 0 10px;
}
