@charset "UTF-8";
/* CSS Document */
/********table styles*********/
/*table styles*/

#contact_form {
	margin: 20px auto 20px 0px;	
	text-align:left;
}

#contact_form table {
	margin: 0;
	border: 0;
	width: 600px;
}

#contact_form td {
	padding: 5px;
	text-align: left;
	border:0;
	vertical-align:top;
}

#contact_form th {
	text-align:right;
	color:#000;
	background-color:#FFF;
	border: none;
	vertical-align:top;
}


.center {
	text-align: center;	
}

