/* Form Style Sheet Document */


/* Main Fieldset
---------------------------------------------------------------*/

fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #b2ae6c;
	background: #fffef9;
}
legend {
	color: #008000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
label {
	float: left;
	width: 9em;
}
label.large {
	float: left;
	width: 20em;
}
input, textarea {
	width: 200px;
	border: 1px solid #b2ae6c;
}
select {
	border: 1px solid #b2ae6c;
}
input:focus, textarea:focus {
	width: 200px;
	border: 1px solid #b2ae6c;
	background-color: #f9f8eb;
}
input.radio {
	float: left;
	margin-right: 0.5em;
	width: auto;
	border: solid 0 transparent;
}
input.checkbox {
	float: left;
	margin-right: 0.5em;
	width: auto;
	border: solid 0 transparent;
}
input.checkbox:focus {
	float: left;
	margin-right: 0.5em;
	width: auto;
	border: solid 0 transparent;
}
fieldset p {
	margin: 0.5em auto;
}
input.submit, input.reset {
	border: 1px solid #b2ae6c;
	background-color: #f4f2d7;
	color: #008000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin-left: 0.5em
}
input.submit:hover, input.reset:hover {
	border: 1px solid #b2ae6c;
	background-color: #e3e1bc;
	color: #008000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	cursor: pointer;
}
.programs {
	width: 13em;
	padding-top: 3px;
}

/* Radio Buttons Fieldset
---------------------------------------------------------------*/

#contactMethod {
	border: solid 0 transparent;
	padding: 0;
	margin: 0;
}
#contactMethod p {
	margin: 0.2em auto;
}
#contactMethod h5 {
	color: #008000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
}
#contactByEmail label, #contactByPhone label {
	width: 6em;
	float: left;
}
