.rcol div.map {
	position: absolute;
	right: 95px;
	top: 213px;
}
.rcol {
	position: relative;
}

.rcol .contacts {
	margin: 50px 0px 0px 33px;
	color: #5B1300;
	font-size: 16px;
	font-family:Georgia;
}
.rcol .contacts .item {
	margin-top: 25px;
	color: #5B1300;
	font-size: 16px;
	font-family:Georgia;
}

.rcol .contacts .item a {
	color: #5B1300;
	font-family:Georgia;
}

.rcol .feedback {
	margin: 35px 95px 0px 38px;
	padding: 30px 0px 0px 0px;
	background: url('../../img/feedback_bg.gif') no-repeat left top;
}
.rcol .feedback .tit {
	margin: 0px 0px 18px 0px;
	color: #E48E1A;
	font-size: 25px;
	font-family:Georgia;
}
.rcol .feedback .msg  {
	margin: 0px 0px 18px 0px;
	color: #5B1300;
	font-size: 25px;
	font-family:Georgia;
	float: left;
	width: 300px;
	paddin-bottom:50px;
}
.rcol .feedback a.back {
	display: block;
	float: left;
	width: 141px;
	margin-left: 130px;
}

/* ST FORM */
table.inf {
    width: 99%;
}


#content div.alert {
   color:red;
   padding:4px 0px 3px 11px;
}

div.form {
	margin-top: 10px;
	
	
}

div.form td {
	padding:4px 0px 10px 0px;
	font-family:Georgia;
	vertical-align:top;
}

div.form div.error {
  color:red;
}

div.form td.first{
	padding-left: 11px;
	padding-right: 9px;
	width: 110px;
	font-size: 14px;
	color:#5B1300
}


div.form td.second {
	padding-right: 10px;

}

div.form td.second input {
	width: 315px;
	height: 24px;
	border: 1px solid #5B1300;
	background: #E1CEB1;
}


div.form td.second input.spec,div.form td.second select.spec {width:auto;height:auto;}

div.form td.second input.error,div.form td.second select.error,div.form td.second textarea.error {
   background:#ffdede;
}

div.form td.second textarea {
	width: 450px;
	border: 1px solid #5B1300;
	background: #E1CEB1;
	height: 250px;
	/*border-bottom:1px solid #D6D6CF;*/
}

div.form td.second input.send {
	width: 140px;
	height: 31px;
	border: none;
	display: block;
	float: left;
}

div.form td.second input.clear {
	width: 140px;
	height: 31px;
	border: none;
	margin-left: 40px;
	display: block;
	float: left;
	background: url('../../img/butt-clear.gif') no-repeat;
}


div.form .fields {
	margin: 7px 0px 0px 0px;

}

div.form .fields span {
	padding: 5px 0px 0px 20px;
	background:url('../img/star.gif') no-repeat 9px 5px ;
	border-top: 1px solid #D5D5D5;
}


div.form td.second input.mini {
  width:50px;
}

div.form td.second input.medium {
   width:200px;
}

div.form td.second select.mini {
   width:100px;
}

div.form td.second select.medium {
   width:200px;
}

div.form td.second select.multi {
   height:auto;
}


/* /ST FORM */

