/* --------------------------------------------
   
----------------------------------------------- */
dl#main dd.content h2
{
	margin-left: 19px;
}

dl#main dd.content div.content 
{
	margin-bottom: 30px;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#volunteer-form
{
	margin-left: 61px;
	margin-bottom: 22px;
}

/* contact info */
div#volunteer-form fieldset.contact-info
{

}

div#volunteer-form fieldset.contact-info ul 
{

}

div#volunteer-form fieldset.contact-info ul li
{
	margin-bottom: 15px;
	overflow: hidden;
	_height: 1%;	
}

div#volunteer-form fieldset.contact-info ul li label,
div#volunteer-form fieldset.contact-info ul li input
{
	float: left;
}

div#volunteer-form fieldset.contact-info ul li label
{
	width: 120px;
	font-size: 12px;
	color: #666;
}

div#volunteer-form fieldset.contact-info ul li input
{
	width: 210px;
}

/* dates */
div#volunteer-form fieldset.dates
{

}

div#volunteer-form fieldset.dates ul
{

}

div#volunteer-form fieldset.dates ul li
{
	_height: 1%;
	overflow: hidden;
	margin-bottom: 15px;
}

div#volunteer-form fieldset.dates ul li label.header
{
	float: left;
	width: 120px;
	font-size: 12px;
	color: #666;
}

div#volunteer-form fieldset.dates ul li input,
div#volunteer-form fieldset.dates ul li label.input
{
	float: left;
}

div#volunteer-form fieldset.dates ul li label.input
{
	_display: inline;
	margin-right: 30px;
	white-space: nowrap;
	margin-left: 7px;
	+margin-top: 4px;
	font-size: 10px;
	color: #666;
}

div#volunteer-form fieldset.dates ul li label.no-preference
{
	margin-right: 0;
}

/* submit */
div#volunteer-form fieldset.submit
{
	margin-top: 12px;
	margin-left: 120px;
}

div#volunteer-form fieldset.submit input
{
	width: 67px;
	height: 22px;
}



