#contacts_left {  width:410px; float:left; padding:10px; }
#contacts_right { width:530px; float:left; overflow:auto; background:url('../images/contacts_map_bg.png') no-repeat; height:525px;
				  margin-left:10px; }

.contacts_ico { display:block; background:url('../images/contacts_form.png'); width: 116px; height:111px; text-align:center; color:#EEE8DC; float:left; }

label { display:block; font-size:11px; color:#332824; margin-top:5px; margin-bottom:5px; padding-left:10px; }
input,textarea { width:90%; background:#EDD2B3; border:0; border-radius:5px; 
		-webkit-box-shadow:inset 1px 0px 7px #B19780;
       	-moz-box-shadow:inset 1px 0px 7px #B19780;
       	box-shadow:inset 1px 0px 7px #B19780;
		padding:7px 10px; }
textarea { font-family:inherit; font-size:inherit; height:200px; }
.contacts_frm_first { float:left; width:250px; margin-left:10px; }
.frm_row { position:relative; width:250px; }
.frm_row.age { width:93px; display:inline-block; margin-left:15px; }
.frm_row.submit { width:105px; display:inline-block; margin-left:15px; position:relative; top:-10px; }
.frm_row.submit input[type=submit] { background:url('../images/contacts_send_btn.png') center top no-repeat; height:125px;
												 box-shadow:none; text-indent:-999px; cursor:pointer; width:119px; }
.frm_row.submit input[type=submit]:hover { background-position:0px -125px }
.frm_row .mandatory { position:absolute; background:url('../images/subscr_frm_mand.png') no-repeat; width:18px; height:19px; 
									right:-4px; top:11px; }
.mandatory_legend { background:url('../images/subscr_frm_mand.png') no-repeat; color:#851616; font-size:11px; padding-left:25px; 
	line-height:14px; position:relative; top:-9px; }

#contacts_right .contacts_text { color:#3c2415; font-weight: bold; padding:20px; margin-top:90px; }
#contacts_right .contacts_text div { float:left; padding:20px; width:180px; height:50px; }
#contacts_right .contacts_text table { margin-left:10px; }
#contacts_right .google_map { width:470px; height:249px; position:relative; top:-13px; left:22px; padding:0px;

padding-top: 0px;
overflow: hidden; }
#contacts_right .google_map iframe { position: absolute; top: 0; left: 0; width: 100%; height:100%; }