/* = Общие стили
************************/
/* =Стили для header'а
************************/
.back { font:normal 3em 'Agency FB'; color: #0074A3; position:absolute; top: 10px; right: 10%;}
.back:hover {text-decoration: underline;}
.how { color: #990000; }
.to { color: #0074A3; }
.make { color: #006600; }
.demo { font: normal 2em 'Agency FB';}

/* Main	*/
.clear {
	margin-top: -1px;
	height: 1px;
	clear:both;
	zoom: 1;
}

/* Стили для формы */
.form_style .rfield_error {
  display:block;
    background:url(images/spanError.png) no-repeat;
    width:135px;
    height:23px;
    color:#ffffff !important;
    font-size:14px;
    padding:10px 0 0 20px;
    overflow:hidden;;
  z-index: 1;
  position:absolute;
    left:100%;
    top:0;
  visibility: hidden;
}
.form_style2 .rfield_error {
  display:block;
    background:none;
    width:135px;
    height:auto;
    color:#d8512d !important;
    font-size:14px;
    padding:0;
    overflow:hidden;;
  z-index: 1;
  position:absolute;
    left:0;
    top:100%;
  visibility: hidden;
}
.form_style .rcheck .rfield_error {
  top: 0px;
  left: 22px;
  right: auto;
}
