
.volunteer_form h3{
	background:url('images/volunteer.jpg');
	width:450px;
	height:75px;
}

.volunteer_form h3 span{
	display:none;
}

.important{
	height:75px;
	width:500px;
	font-size:1.2em;
	font-weight:bold;
	border-top:thin solid #5555FF;
	border-bottom:thin solid #5555FF;
	background-color:#9999FF;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
}

.important img{
	float:left;
	margin:10px 20px 10px 5px;
}
form label{
	display:inline-block;
	line-height:1.8;
	vertical-align: top;
	width:250px;
}

form fieldset legend{
	font-weight:bold;
}

form fieldset ul{
	margin:0;
	padding:0;
}

form fieldset li{
	list-style:none;
	padding:5px;
	margin:0;
	border-bottom:thin solid black;
}

form fieldset li.no{
	border:none;
}

form fieldset fieldset{
	border:none;
	margin:3px 0 0;
}
table label{
	width:100%;
	display:inline;
}

