.contact_us { width: 900px }
.rightBox { width: 360px;  }
.leftBox { width: 500px; margin-right: 10px }
.h40 { height: 40px }
.faqs p { margin-bottom: 20px }
.faqs h5 { margin-bottom: 5px }
.contact_us h1 { font-size: 25px; margin: 0 0 10px; padding: 5px 0; color:#000000 }

#contact_form { padding: 0; width: 400px; margin-bottom: 40px }
#contact_form form { margin: 0px; padding: 0px; }
#contact_form form .input_field { 
	font-family: Arial, Helvetica, sans-serif;
	width: 400px; 
	padding: 5px; 
	color: #808b98;
	background: #fff;
	border: 1px solid #dedede; 
}

#contact_form form .input_field_member { 
	font-family: Arial, Helvetica, sans-serif;
	 
	padding: 5px; 
	color: #808b98;
	background: #fff;
	border: 1px solid #dedede; 
}

#contact_form form label { display: block; width: 120px; margin-right: 12px; font-size: 13px }

#contact_form form textarea { 
	font-family: Arial, Helvetica, sans-serif;
	width:400px; 
	height: 200px; 
	padding: 5px; 
	color: #808b98;
	background: #fff; 
	border: 1px solid #dedede; 
}

#contact_form form .submit_btn { 
	display: block; float:left; 
	padding: 5px 12px; 
	text-align: center; 
	text-decoration: none; 
	font-weight: bold;
	background-color: #000; 
	border: 1px solid #fff; 
	color: #fff; 
	font-size:11px; 
	cursor: pointer;
}

#contact_form form .reset_btn { 
	display: block; float:right;
	padding: 5px 12px; margin-right:20px;
	text-align: center; 
	text-decoration: none; 
	font-weight: bold;
	background-color: #000; 
	border: 1px solid #fff; 
	color: #fff; 
	font-size:11px; 
	cursor: pointer;
}


/************************* Table format *************************/

#customers tr.alt td {
color: #000;
background-color: #aad4ff;
}
#customers th {
font-size: 1.4em;
text-align: left;
padding-top: 5px;
padding-bottom: 4px;
background-color: #005fbf;
color: #fff;
}


#customers td, #customers th {
font-size: 1.2em;
border: 1px solid #000000;
padding: 3px 7px 2px 7px;
}
table, th, td, input, textarea {
font-size: 100%;
}

th {
font-weight: bold;
}
user agent stylesheettd, th {
display: table-cell;
vertical-align: inherit;
}

#customers {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
border-collapse: collapse;
}
table, th, td, input, textarea {
font-size: 100%;
}

table {
border-collapse: separate;
border-spacing: 2px;
border-color: gray;
}