.contacts_form {
	height: 600px;
	width: 400px;
	position: relative;
	float: left;
	margin-top: 20px;
}
.contacts_form_txt {
	font-size: 23px;
	position: absolute;
	left: 0px;
	text-decoration: none;
	width: 110px;	
}
.cont_form_txt1 {
	top: 0px;	
}
.cont_form_txt2 {
	top: 320px;
}
.cont_form_txt3 {
	top: 370px;
}
.cont_form_txt4 {
	top: 523px;
}
.cont_form_txt5 {
	top: 580px;
}
.small_txt1, .form_inputtxt_1, .form_submit, .msg_sent {
	left: 120px;
}
.small_txt1 {
	font-size: 19px;
	line-height: 20px;
	width: 280px;
	height: 120px;
	position: absolute;
}
.form_inputtxt_1 {
	font-family: Arial, sans-serif;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	height: 37px;
	width: 260px;
	top: 305px;
	-moz-box-shadow:    inset 2px 2px 10px #737373;
	-webkit-box-shadow: inset 2px 2px 10px #737373;
	box-shadow:         inset 2px 2px 10px #737373;
	font-size: 18px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #333;
}
.form_inputtxt_2 {
	top: 358px;
	height: 130px;
	position: absolute;
	padding-top: 5px;
}
.form_inputtxt_3 {
	position: absolute;
	top: 508px;
}
.form_inputtxt_4 {
	position: absolute;
	top: 562px;
}
.form_submit {
	position: absolute;
	top: 620px;
	width: 270px;
	height: 30px;
	display: block;
}.contact_map {
	float: right;
	height: 540px;
	width: 505px;
	background-image: url(/img/map_shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.map_cont {
	background-color: #FFF;
	height: 485px;
	width: 485px;
	padding: 10px;
}
.inquiry_error {
	border: 2px solid #C30;
}
.msg_sent {
	top: 665px;
	width: 260px;
	text-align: center;
	font-size: 15px;
	color: #CFC;
}