#volunteerForm {
	padding-top: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#volunteerForm h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
#volunteerForm h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

#volunteerForm .legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
#volunteerForm p {
	font-size: 12px;
	padding: 5px;
}
#volunteerForm input.text
{
	width:214px;
}
#volunteerForm textarea.address
{
	width:214px;
	height:40px;
}
#volunteerForm .left_labels label
{
	display: block;
	float: left;
	width: 100px;
}#volunteerForm fieldset {
	margin: 5px;
	padding: 5px;
	border: 1px solid #FFFFFF;
}
#volunteerForm div {
	padding-left: 10px;
}
