
/* Стили для формы */

.rline {
	position: relative;
	display: block;
}

.form_style .btnsubmit {
}
.form_style input.rf_error {
  border-color: #d8512d;
}
.form_style .rfield_error {
  display: block;
  padding: 0px 10px;
  background-color: #d8512d;
  color: #fff;
  font-size: 12px;
  z-index: 1;
  position: absolute;
  top: 0px;
  right: 0px;
  visibility: hidden;
}
.form_style .rcheck .rfield_error {
  top: 0px;
  left: 22px;
  right: auto;
}
.form_style .btnsubmit.disabled,
.form_style .btnsubmit.disabled:hover {
	cursor: default;
}
