div.contacts_ra_center>h1  {
	
	font:24px 'times new roman';
	color:#393939;
	margin-bottom:15px;

}
div.contacts_ra_center div.iframemap  {
	border:2px solid #757575;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	width:auto;
	padding:auto;
	text-align:center;
	overflow:hidden;
}


div.contacts_ra_form {
	
	max-width:520px;
	overflow:hidden;
	margin-top:35px;
}
div.contacts_ra_form > div.contacts_ra_form_header
{
	margin-bottom: 20px;
	font: bold 14px/16px Tahoma, Arial, sans-serif;
	color:#393939;
	text-align:center;
	
}

div.contacts_ra_form td.first_col{
	width:110px;
}

div.contacts_ra_form label{
	display:block;
	margin-bottom: 7px;
	width:110px;
	font: bold 12px/14px Tahoma, Arial, sans-serif;
	color: #595959;
	text-align:right;
	padding-right:20px;
}

div.contacts_ra_form input{
	display:block;
	height: 20px;
	width:295px;
	/* -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; */
	border: 1px solid #e4e3e1;
	border-left: 1px solid #0c0b07;
	border-top: 1px solid #0c0b07;
	
	outline: none;
	padding-left: 5px;
	padding-right: 5px;
	font: 12px/14px Tahoma, Arial, sans-serif;
	color: black !important;
	margin-bottom: 5px;
}

div.contacts_ra_form textarea{
	display:block;
	
	width:295px;
	max-width:295px;
	height:50px;
	/* -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; */
	border: 1px solid #e4e3e1;
	border-left: 1px solid #0c0b07;
	border-top: 1px solid #0c0b07;
	outline: none;
	padding: 5px;
	font: bold 12px/14px Tahoma, Arial, sans-serif;
	color: black !important;
}

div.contacts_ra_form div.form_button{
	float:left;
	padding-left:85px;
}

div.contacts_ra_form button{
	height: 30px;
	margin-top: 17px;
	margin-left: 45px;
	padding: 5px 10px 5px 10px;
}