/*--ID Table Contact Us Form--*/

.txt_thanks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	}


#id_tbl_contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	width:550px;
	}
	

#id_tbl_contact table {
	padding-right:6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}


#id_tbl_contact table.tbl_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	width:500px;
	border:1px solid #b7dba5;
	background-color:#eefae8;
}

	
	#id_tbl_contact table.tbl_form td {
	height:25px;
	padding-right:4px;
	}
	
	#id_tbl_contact table.tbl_form td.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	}
	
	#id_tbl_contact table.tbl_form td.txt_required{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	padding-left:10px;
	padding-right:0;
	}

#id_tbl_contact input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	}
	
#id_tbl_contact input.btn_send {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:#5b5b5b;
	background-color: #e8e8e8;
	border:1px solid #c8c8c8;
	}

