h1 {
	margin-bottom: 15px;
}
#circle {
	display: block;
	
	position: absolute;
	top: -77px;
	left: -1px;
}

form {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 11px;
	line-height: 1.2em;
}

label {
	margin-bottom: 0.9em;
	
	font-weight: bold;
	color: #C71010;
}

.edit-name label,
.edit-address label,
#contact-form .hasTraveled label,
#contact-form .programsOfInterestSpring label,
#contact-form .programsOfInterestSummer label {
	margin-bottom: 0px;
	
	font-weight: normal;
	color: black;
}

.edit-name label,
.edit-address label{
	display: block;
}

#spring {
	float: left;
	width: 210px;
	margin-right: 20px;
}

#contact-form .referredBy,
#contact-form .comments {
	width: 384px;
	height: 5em;
}

#contact-form tr.spacer td {
	border-bottom: 1em solid white;
}














