@import url("common.css");
@import url("left.css");
@import url("right.css");

	#main {width:100%; /*min-height:550px;*/background:#fff;border:1px silid red;padding-bottom:20px;}
	#contacts_content p {margin:0px; padding:0px;}
	#contacts_content {width:575px;border:0;position:relative;float:left;display:inline;padding-top:20px;}
	#contacts_content #con_frame {background:white; width:90%; margin-left:auto; margin-right:auto;}
	#contacts_content #title {text-align:right; color:#0d414c; font-size:110%; margin-bottom:20px;}
	#contacts_content #thanks {color:#0d414c; font-size:110%; line-height:500px; text-align:center;}
		
	#contacts_content form p.label {margin-left:10px; color:#0d414c; font-size:95%;}
	#contacts_content input { width:95%; margin-left:10px;}
	#contacts_content textarea { width:95%; height:250px; margin-left:10px;}

	#contacts_content form {margin:0px; padding:0;}

	#contacts_content #con_form_frame {background:#e7f2f8; padding-top:10px; padding-bottom:10px;}
	
	#contacts_content #bot_q {float:left; margin-top: 10px;}
	#contacts_content #bot_q input {width:25px;}

	#contacts_content #button {background: url(img/form_button.gif) no-repeat; width:80px; height:25px; margin-top: 10px; float:right;}
	#contacts_content #button p {text-align:center; line-height:25px; height:25px; color:white; font-size:95%; width:80px; }

