/* Custom WordPress Theme */
/*global stuff*/

#contactus_header {
	width: 1000px;
	height: 292px;
	background:url(/wp-content/themes/handsforhealth/images/contactus_header.jpg) no-repeat;
	background-position: 0 95px;
	}
	
#container_contact {
	float:left;
	margin:0 0 25px 0;
	width:1000px;
	background:#EEE;
	}	
	
	
#contact_top, #contact_form_bg, #contact_base {
	width: 643px;
	height: 8px;
	float: left;
	position: relative;
	background:url(images/contact_top.gif) no-repeat;
	}
	
#contact_top {
	margin: 20px 0 0 0;
	}
	
#contact_form_bg {
	background:url(images/contact_bg.gif) repeat-y;
	height: auto;
	padding: 6px 0 10px 14px;
	}
	
#contact_base {
	background:url(images/contact_base.gif) no-repeat;
	}
	
#container_contact span {
	float: left;
	margin: 30px 0 0 0;
	}

#container_contact fieldset, #container_contact form, #container_contact label, #container_contact textarea {
	margin: 0;
	font-family: "trebuchet ms";	
	}
	
#container_contact form {
	margin: 6px 0 0 16px;
	width: 622px;
	font-size: 12px;
	color: #5f4730;
	}

#container_contact select {
	margin: 0;
	width: 60px;
	float:left;
	position: relative;
	}			
	
#container_contact label,
#container_contact input,
fieldset.checkbox label {
	margin: 0 0 8px 0;
	padding: 2px 0 2px 0;
	width: 80px;
	}
	
#container_contact label,
#container_contact textarea,
fieldset.checkbox label,
fieldset.checkbox input {
	float: left;
	clear: both;
	font-weight:bold;
	}		
	
#container_contact input {
	width: 170px;
	float: left;
	position: relative;
	border: 1px solid #999999;
	font-family: inherit;
	font-size: 11px;
	padding: 2px 0 2px 3px !important;		
	}	
	
	
#container_contact textarea {
	width: 400px;
	height: 100px;
	border: 1px solid #999999;	
	margin: 10px 0 0 0;
	font-weight: normal;
	font-size: 12px;
	padding: 2px 0 2px 3px !important;		
	}
			

fieldset.checkbox {
	width: 33%;
        height:30px;
	margin: 16px 0 0 0 !important;
	float: left;
	position: relative;
	font-family: inherit;
	font-size: 11px;
	}

fieldset.checkbox span
{
        float:left;
        margin:0px !important;
}
fieldset.checkbox input {
	width: 16px !important;
	float: left;
	margin: 2px 2px 0 0 !important;	
	}	
	
fieldset.checkbox label {
	width: 150px !important;
	clear: both;
	float:left;
	position: relative;
	}	
		
#container_contact fieldset#contact_details , #container_contact fieldset#address_details{
	width: 311px;
	border:none;
	float: left;
	position: relative;
	}
	
#container_contact input.submit {
	width: 124px !important;
	height: 24px !important;
	margin: 10px 0 0 0 !important;
	padding: 0 !important;
	float: left !important;
	clear: left;
	border: none !important;
	}

#container_contact span.required {
	display: block;
	position: relative !important;
	float: left;
	margin: 10px 0 0 140px;	
	font-size: 11px;
	}

