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

}
.contact_textbox {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: 7FA11E;
	font-weight: bold;
	font-style: normal;
	background-color: transparent;
	border: solid;
	border-width: 1px;
	border-color: #999999;
	border-radius: ;
	-moz-border-radius: ;
}
.contact_textbox:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: 524E59;
	font-weight: bold;
	font-style: normal;
	background-color: F1F0DC;
	border: solid;
	border-width: 1px;
	border-color: #999999;
	border-radius: ;
	-moz-border-radius: ;
}
.contact_button {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: FFFFFF;
	font-weight: bold;
	font-style: normal;
	background-color: 7FA11E;
	border: solid;
	border-width: 2px;
	border-color: 7FA11E;
	border-radius: 6;
	-moz-border-radius: 6;
}
.contact_button:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: FFFFFF;
	font-weight: bold;
	font-style: normal;
	background-color: 4B88B7;
	border: solid;
	border-width: 2px;
	border-color: 7FA11E;
	border-radius: 6;
	-moz-border-radius: 6;
}
.contact_table {
	background-color: ;
	padding: 2;
}

