#contacts_cntr_contactform {
	float: left;
	left: 0;
	height: 100%;
	width: 929px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url() repeat;
}

#contact_form {
	width: 600px; 
	float:left; 
	margin-left:50px; 
	display:inline;
}

#contact_form .form_c {
	padding-left:45px;
}

#contact_form label { 
	float:left; 
	display: block; 
	clear: both; 
	padding: 3px 0; 
	color: #666; 
	font-weight: normal; 
	width:150px; 
}

#contact_form .lcurrent {
	font-weight: bold;
	color: #000;
}

#contact_form label img {
	vertical-align: middle; 
}

#contact_form input.text_c, .textarea_c, .select_c { 
	float:left; 
	margin: 0 5px 10px 0; 
	padding: 2px; 
	width: 300px; 
	border: 1px solid #ccc; 
}

#contact_form .textarea_c {
	height: 200px;
}

#contact_form select {
	width:306px;
}

#contact_form input.radio {  

}

#contact_form input:focus {
	border-color:#3CF;
	background-color: #3CF;
}

#contact_form .textarea_c:focus {
	border-color: #3CF;
	background-color: #3CF;
}	

.error {
	font-size:12px; 
	color:#999; 
	margin: 0 95px 10px 150px; 
	display:none;
}

#contact_form .submit {
	border:0; 
	background:#1c1c1c; 
	color:#fff; 
	padding:5px; 
	float:left; 
	margin-left:150px;
}


/***********************
AJAX CONTACT FORM
***********************/
#main-container{
	width:920px;
	margin:5px auto;
}

#form-container{
	padding:10px;

	/* rounded corners */
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}

h10{
	color:#777777;
	font-size:22px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:5px;
}

h11{
	font-weight:normal;
	font-size:10px;
	
	text-transform:uppercase;
	
	margin-bottom:15px;
	
	border-bottom:none;
	margin-bottom:15px;
	padding-bottom:10px;
}


#loading{
	/* the loading gif is hidden on page load */
	position:relative;
	bottom:9px;
	visibility:hidden;
}

td > button{
	/* A special CSS selector that targets non-IE6 browsers */
	text-indent:8px;
}

#main-container label{
	text-transform:uppercase;
	font-size:11px;
	font-family:Tahoma,Arial,Sans-serif;
}

