/* -------------------------------
		BEGIN CONTACT FORM STYLES */
#regForm {
	margin: 2.67em 0em;
	text-align: center;
}		
#regForm fieldset {
	text-align: center;
	padding: 0 1.33em;
	border: 1px solid #7d6a55;
}
#regForm fieldset div {
	text-align: left;
	font-size: 1em;
	margin: 0 auto 1.33em;
}
#regForm legend {
	text-align:left;
	color: #7d6a55;
	font-weight: bold;
	font-size: 1.33em;
}
#regForm label {
	display: block;
	margin-bottom: .33em;
}
#regForm input {
	background: #ffffff;
	width: 300px;
}
#regForm textarea {
	background: #ffffff;
	width: 300px;
	height: 100px;
}
#regForm input[type="text"], #regForm textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
}
select {
	/* width: 10em;   LPB 5/28/07 -- Deleted because the field was too narrow for some of the options on the reg. form */
}
#regForm fieldset div.radioGroup , #regForm fieldset div.checkboxGroup{
	margin: 1em 0;
}
#regForm div.radioGroup input , #regForm div.checkboxGroup input {
	width: 1.33em;
	margin-right: .67em;
	
}
#regForm #miscButton {
	padding: 0 1.33em;
	width: auto;
	margin: 1.33em 1.33em 0 0;
	background: #7d6a55;
	color: #ebe5df;
}
#regForm #submit, #regForm #reset {
	padding: 0 1.33em;
	width: 8em;
	margin: 1.33em 1.33em 0 0;
	background: #7d6a55;
	color: #ebe5df;
}
		/* END CONTACT FORM STYLES 
		------------------------------- */
