.contact_body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: D0AD77;
	font-weight: normal;
	font-style: normal;
	background-color: ;
		padding: 2;

}
.contact_textbox {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: 8E1502;
	font-weight: bold;
	font-style: normal;
	background-color: transparent;
	border: solid;
	border-width: 1px;
	border-color: 8E1502;
	border-radius: ;
	-moz-border-radius: ;
}
.contact_textbox:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: 320F0D;
	font-weight: bold;
	font-style: normal;
	background-color: D0AD77;
	border: solid;
	border-width: 1px;
	border-color: 8E1502;
	border-radius: ;
	-moz-border-radius: ;
}
.contact_button {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: 2F0E08;
	font-weight: bold;
	font-style: normal;
	background-color: 8E1502;
	border: solid;
	border-width: 2px;
	border-color: 8E1502;
	border-radius: 6;
	-moz-border-radius: 6;
}
.contact_button:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: FFFFFF;
	font-weight: bold;
	font-style: normal;
	background-color: 8E1502;
	border: solid;
	border-width: 2px;
	border-color: 8E1502;
	border-radius: 6;
	-moz-border-radius: 6;
}
.contact_table {
	background-color: ;
	padding: 2;
}

