.registerFormField {
	color: #666666;
	margin-top: 2px;
	margin-bottom: 2px;
}
#schoolName, #schoolAddress1, #schoolAddress2, #coachEmail, #coachPhone, #asstEmail, #asstPhone {
	width: 350px;
}
#schoolCity {
	width: 250px;
}
#schoolZIP {
	width: 60px;
}
#schoolState {
	width: 36px;
	float: none;
	display: inline;
	margin: 2px;
}
#schoolPhone, #schoolFax {
	width: 250px;
}
#schoolExt {
	width: 96px;
}
.registerFormSection {
	border: 2px solid #333366;
	width: 596px;
	padding: 5px;
	margin-bottom: 5px;
}
#coachFirst, #coachLast, #asstFirst, #asstLast {
	width: 173px;
}
.registerFormSectionRight {
	float: left;
	width: 215px;
}
.clear {
	clear: both;
}
.registerFormSectionLeft {
	clear: none;
	float: left;
	width: 375px;
}
.registerSubmit {
	height: 50px;
	width: 90px;
	margin-right: 10px;
	float: left;
}
.registerFormFieldRequired {
	color: #aa0000;
	margin-top: 2px;
	margin-bottom: 2px;
}
.registerAlert {
	margin-top: 5px;
	margin-bottom: 5px;
	color:#0066CC;
}