/* CSS Document */
#main_contact{
	clear:both;
	background:#231F20;
	/*background-image:url(../images/frontend/back_inner_pages.jpg);*/
	background-repeat:repeat-x;
	}
#main_content_contact{
	margin:0 auto;
	width:851px;
	position:relative;
	padding:10px 0px 20px 0px;
	}

#main_content_contact h1 {
	color:#FFF;
	}
	
#main_content_contact h2 {
	color:#FFF;
	padding-top:10px;
	padding-bottom:5px;
	}
	
#main_content_contact img.banner {
	width:574px;
	float:left;
	}
	
#address {
	width:240px;
	float:right;
	text-align:left;
	margin-right:10px;
	}

#address h1 {
	margin-top:10px;
	}

#address h3 {
	color:#808184;
	padding-top:3px;
	padding-bottom:5px;
	}

#form_contact {
	width:851px;
	background:#333333;
	clear:both;
	}
	
h2#header_contact {
	font-size:20px;
	font-weight:normal;
	width:850px;
	display:block;
	color:#FFF;
	padding-top:15px;
	padding-bottom:20px;
	text-align:center;
	background:url(../images/frontend/bottom_header.gif);
	background-repeat:no-repeat;
	margin:0 auto;
	}

#form_contact h1 {
	color:#B2B2B2;
	font-size:12px;
	font-weight:normal;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	}
	
#form_contact span {
	color:#FB9703;
	text-align:center;
	display:block;
	clear:both;
	margin-left:10px;
	}
	
form#contactform {
	width:600px;
	margin:0 auto;
	color:#FFF;
	}

form#contactform table {
	width:600px;
	margin:0 auto;
	}
	
table td {
	text-align:left;
	color:#FFF;
	height:30px;
	}
	
table td input {
	width:250px;
	}

p.captcha {
	text-align:center;
	display:block;
	width:245px;
	margin:0 auto;
	clear:both;
	}

p.captcha img {
	float:left;
	}

input#captchacode {
	height:18px;
	float:right;
	margin-top:10px;
	}
p.form_block {
	clear:both;
	width:100px;
	margin:0 auto;
	}
input#btn_submit {
	background:url(../images/frontend/btn_send.gif);
	background-repeat:no-repeat;
	border:none;
	color:#FFF;
	text-transform:uppercase;
	height:36px;
	width:99px;
	margin-top:20px;
	margin-bottom:20px;
	}
	
p.warning {
	clear:both;
	text-align:center;
	color:#F00;
	}