
.form_body {
	font-family: verdana, arial, helvetica, san-serif;
	font-size: 12px;
	color: #679D2D;
	border: 2px solid green;
	margin: 5px 0px 0px 10px;
	
}

.form_body table {background: #E6FFE6;}

.form_body h1 h2 h3{font-weight: bold;}

.form_body h1 {
	font-size: 18px;
	color: green;
	text-align: center;
	line-height: 20px;
	margin: 2px;
	padding: 0px;
}

.form_body h2 {
	line-height: 8px;
	font-size: 14px;
	margin: 0px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

.form_body h3 {
	line-height: 14px;
	font-size: 12px;
	margin: 0px;
	padding: 0px -30px 0px 0px;
}




.form_personal th {
	font-weight: normal;
	padding: 2px 10px 0px 0px;
	text-align: right;
}

.form_personal td {
	font-weight: normal;
	padding: 2px 0px 0px 0px;
	text-align: left;
}

.necessary {color: red;}

.form_phone th {
	font-weight: normal;
	padding: 2px 5px 0px 0px;
	text-align: right;
}

.form_number th {
	font-weight: normal;
	padding: 2px 5px 0px 0px;
	text-align: right;
}


.form_choice th{
	font-weight: normal;
	padding: 2px 10px 0px 0px;
	text-align: right;
}


.form_pay th {
	font-weight: normal;
	padding: 2px 5px 0px 0px;
	text-align: right;
}

	
a {color: green; text-decoration:none;}
a:hover { text-decoration:underline; }

.form_thank {
	font-weight: normal;
	padding: 5px 0px 5px 40px;
	text-align: left;
}

.form_submit {
	font-weight: normal; 
	background: green; 
	color: white; 
	padding: 0px 4px;

}

.form_reset {
	font-weight: normal; 
	background: green; 
	color: white; 
	padding: 0px 6px;	
}










