#fieldsetVolunteerApp 
{
	background: url(../images/ArkBG.gif) 50% 50% no-repeat;
	padding:1.00em;
	margin-top:1.00em;
	border: 1px solid #FF6600;
}

#fieldsetVolunteerApp legend
{
	color: #FF6600;
	font-size:130%;
	font-weight: bold;
}

#fieldsetVolunteerApp label
{
	font-weight:bold;
	float:left;
	width:10em;
}

#fieldsetVolunteerApp .inputTxt
{
	width:30em;
	border:1px solid #FF6600;
}

#fieldsetVolunteerApp .inputTxt2
{
	width: 5em;
	border:1px solid #FF6600;
}

#fieldsetVolunteerApp .inputTxt3
{
	width: 7em;
	border:1px solid #FF6600;
}

#fieldsetVolunteerApp #txtComments
{
	width: 40em;
	height: 10em;
	border:1px solid #FF6600;
}

#pComments
{
	clear:both;
}

fieldset#myInterest, fieldset#myPreferences, fieldset#myFreq
{
	margin:0;
	padding:0;
	border:none;
	background:transaparent;
}

fieldset#myInterest h5, fieldset#myPreferences h5, fieldset#myFreq h5
{
	width:10em;
	float:left;
	font-size:1em;
	font-weight:bold;
}

fieldset#myInterest div, fieldset#myPreferences div, fieldset#myFreq div
{
	width:15em;
	float:left;
}

fieldset#myPreferences #div2
{
	width:25em;
	float:left;
}

fieldset#myInterest label, fieldset#myPreferences label, fieldset#myFreq label
{
	width:8em;
	float:none;
	display:inline;
	font-size:90%;
	font-weight:normal;
}

fieldset#myInterest p, fieldset#myPreferences p, fieldset#myFreq p
{
	margin:0.3em 0;
}

.clear
{
	clear:both;
}


