
/* Стили для формы */
.form_style p {
  position: relative;
}
.form_style .rcheck {

}
.form_style input[type="text"] {
  display: block;
}
.form_style input:focus {
  outline: none;
  border-color: #07a6e6;
}
.form_style input.rf_error {
  border-color: #df2c2c;
  color: #df2c2c;
/*  background: url(../images/xxx.png) no-repeat 93% center #fff;*/
}
.form_style .rfield_error {
  display: block;
  padding: 0px 10px;
  color: #f91c4b;
  font-size: 11px;
  z-index: 1;
  position: absolute;
  top: 48px;
  left: auto;
  right: 5px;
  visibility: hidden;

  display: none;
}
.form_style .rcheck .rfield_error {
  top: 0px;
  left: 22px;
  right: auto;
  background: #f91c4b;
}
.form .input-content.ok_prover{
  border-color: green;
/*  background: url(../images/ok_inp.png) no-repeat 93% center #fff!important;*/
}