@charset "utf-8";
/* CSS Document */
.contacts {
display: block;
width: 250px;
height: 95px;
float: left;
}
	.contacts_s {
	display: block;
	width: 250px;
	height: 80px;
	float: left;
	}

.left {
margin-right: 30px;
}
img.contactIcons {
float: left;
margin: 0px 15px 60px 0px;
}
	img.contactIcons_s {
	float: left;
	margin: 0px 15px 45px 0px;
	}

#form {
width: 420px;
}

.form_title{
color: #000000;
font-weight: bold;
}

.form_subtitle{
color: #ffffff;
font-weight: bold;
background-color: #008000;
}

.form_field {
color: #474747;
font-weight: bold;
}

.form_text{
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
background: #EFEFEF;
border: none;
padding: 2px;
width: 240px;
font-size: 11px;
line-height: 150%;
margin: 0px 0px 15px 0px;
}

.form_inquiries{
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
background: #EFEFEF;
border: none;
padding: 2px;
width: 336px;
font-size: 11px;
line-height: 150%;
margin-bottom: 15px;
float: left;
}

.form_text_contact{
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
background: #EFEFEF;
border: none;
padding: 2px;
width: 336px;
font-size: 11px;
line-height: 150%;
margin: 4px 0px 15px 0px;
}

.form_button_on{
color: #ffffff;
font-weight: bold;
border: 1px solid #D9D9D9;
background-color: #f57301;
border-color: #000000;
border-right-color: #ffffff;
border-bottom-color: #ffffff;
text-align: center;
}

.form_button_off{
color: #ffffff;
font-weight: bold;
border: 1px solid #D9D9D9;
background-color: #2ca755;
border-color: #000000;
border-left-color: #ffffff;
border-top-color: #ffffff;
text-align: center;
}

.form_search{
color: #000000;
}

.form_error {
margin-top: 15px;
color: #FF0000;
}

.formmail_title{
font-weight: bolder;
background-color: #e5e5e5;
}

.formmail_field {
color: #474747;
font-weight: bold;
}

.formmail_text{
color: #000000;
}

.menu_text{
text-decoration: none;
font-weight: bold;
}

.menu_bg{
background-color: #ffffd2;
text-align: center;
}

.box{
border: 1px solid #8ac428;
}
.form_copyr{
text-decoration: none;
font-weight: bold;
text-align: right;
}

.form_item {
display: box;
width: 160px;
float: left;
text-align:right;
margin-right: 10px;
margin-bottom: 7px;
line-height: 24px;
height: 24px;
}
	.form_item_short {
	display: box;
	width: 78px;
	float: left;
	text-align:right;
	margin-right: 10px;
	margin-bottom: 7px;
	line-height: 24px;
	height: 24px;
	}


.ness {
color: #FF0000;
font-size: 9px;
}

.checks {
padding: 8px 0px 0px 168px;
line-height: 220%;
}
	.checks_left {
	display: block;
	width: 180px;
	float: left;
	}
	.checks_right {
	display: block;
	width: 185px;
	float: left;
	}

.interest {
padding-top: 20px;
}

.clear {
clear: both;
}

.text_box {
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
background: #EFEFEF;
border: none;
padding: 2px;
width: 240px;
font-size: 11px;
line-height: 150%;
margin-bottom: 8px;
margin-top: 4px;
}
	.text_box_short {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #EFEFEF;
	border: none;
	padding: 2px;
	width: 120px;
	font-size: 11px;
	line-height: 150%;
	margin-bottom: 8px;
	float: left;
	margin-top: 4px;
}

.submit {
text-align: right;
padding-right: 5px;
}

.thanks {
margin: 30px 10px;
text-align: center;
color: #666666;
}

