#application-form h1 {
	font-size: 18px;

}

#application-form h1 span {
	font-weight: normal;
}

#volunteer label {
	width: 310px;
}

#volunteer label span {
	font-size: 16px;
}

textarea {
	width: 500px;
	height: 170px;
	background-color: #00c1ff;
	border: medium none;
	color: #000;
	font-size: 18px;
	margin-left: 8px;
}

#submitbutton {
	margin-bottom: 25px;
}

#submitbutton input {
	width: 145px;
}

.left_col {
	margin-bottom: 10px;
}

