.b-form{
  margin-bottom: 50px;
}
.b-form form{
  display: block;
  box-shadow: 0 15px 30px -5px rgba(0,0,0,0.2);
  padding: 50px;
  /*margin-left:10px;*/
  width: 80%;
  position: absolute;
}
.ie78 .b-form form{
  border: 1px solid #dfdfdf;
}
.b-form .form_row{
  margin-bottom: 20px;
  *zoom:1;
  position: relative;
  
}
.b-form .form_row:after{
  content: '';
  display: block;
  width: 100%;
  clear:both;
}
.b-form .form_label{
  float: left;
  width: 125px;
  font-size: 13px;
}
.b-form .form_field{
  margin-left: 125px;
  position: relative;
}
.b-form input[type="text"],
.b-form select,
.b-form textarea{
  height: 20px;
  width: 210px;
  padding: 5px 10px;
  border: 1px solid;
  border-color: #b7b6b1 #e1e0dd #eaeae4 #c5c5c0;
  background: #f8f7ef;
  font: 16px/20px Arial, sans-serif;
  -moz-box-shadow: inset 0 1px 3px -1px rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 3px -1px rgba(0,0,0,0.3);
}
.b-form input[type="text"]:focus,
.b-form select:focus,
.b-form textarea:focus{
  border-color: #5da5d7;
  box-shadow: 0 0 7px 0 rgba(93,165,215,0.7);
  background: #fdfcf4;
}
.b-form .row_error input[type="text"],
.b-form .row_error select,
.b-form .row_error textarea{
  border-color: #c66764;
  box-shadow: 0 0 7px 0 rgba(198,103,100,0.7);
  background: #fef0ed;
}
.b-form select{
  height: 32px;
  width: 232px;
}
.b-form textarea{
  height: 85px;
  width: 410px;
  resize: none;
}
.b-form .form_helper{
  color: #7e7e7e;
  font: italic 11px/1.3 Arial, sans-serif;
  padding: 5px 0 0 5px;
}
.b-form .form_footer{
  margin-left: 125px;
}
.b-form .form_submit{
  height: 46px;
  padding: 0 45px 0 50px;
  font: 18px/47px 'scadabold', Arial, sans-serif;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  float: left;
  position:relative;
  background-position: 0 -172px;
}

.b-form .form_captha
{
	margin-left: 125px;
}
.b-form .form_submit .btn_crn{
  height: 46px;
  background-position: 100% -172px;
}
.b-form .form_box{
  font-size: 13px;
}
.b-form .form_empty{
  overflow: hidden;
  font: italic 11px/1.5 Arial, sans-serif;
  padding-top: 5px;
  padding-left: 15px;
}
.b-form .form_link{
  border-bottom: 1px dashed #f67b0e;
  color: #f67b0e;
  cursor: pointer;
}
.b-form .form_valid{
  position: absolute;
  top: 5px;
  right: 0;
  width: 180px;
  height: 32px;
  font: italic 11px/1.3 Arial, sans-serif;
  color: #d5361c;
}
.b-form .form_valid-state{
  width: 17px;
  height: 17px;
  display: block;
  background: url(../images/sprt.png) -40px -51px no-repeat;
  position: absolute;
  left: -22px;
}
.b-form .row_error .form_valid-state{
  background: url(../images/sprt.png) -40px -69px no-repeat;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);

  
  -webkit-transition: opacity 0;
  -o-transition: opacity 0;
  transition: opacity 0;
}

  .overlay.showed {
    z-index: 10;
    opacity: 1;
    filter: alpha(opacity=100);

    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
  }

  .overlay > .b-form {
    position: absolute;
    width: 700px;
    height: 400px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

    .overlay > .b-form  form {
      background: #fff;
    }

      .overlay > .b-form  form .form_row:first-of-type {
        display: none;
      }