@charset "utf-8";
#contact_form {
	width: 400px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	height: auto;
	margin-bottom: 0px;
	float: left;
	background-image: url(../images/continut/form.gif);
	background-repeat: no-repeat;
}
#contact_form form {
	margin-bottom: -10px;


}

#contact_form fieldset {
	margin-bottom: 5px;
	margin-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#contact_form input, textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	background-color: #FFF;
	padding: 4px;
	border: 1px solid #666;
	width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contact_form label {
	margin: 2px;
	color: #972F2C;
}
#contact_form form fieldset p {
	color: #972F2C;
	font-weight: bold;
}

#contact_form .button {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #333;
	width: 100px;
	font-weight: bold;
	background-image: url(../images/nav_bg_maro.png);
	background-repeat: repeat-x;
	height: 26px;
}
#contact_form .button:hover {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #333;
	width: 100px;
	font-weight: bold;
	background-image: url(../images/nav_hover_active.png);
	background-repeat: repeat-x;
	height: 26px;
}
#contact_adress {
	float: left;
	width: 420px;
	margin-left: 10px;
	padding: 5px;
	height: 390px;
}
