#PhoneNumberAreaCodeTextBox, #PhoneNumberPrefixTextBox, 
#MiddleInitialTextBox, #ApartmentNumberTextBox
{
	width: 35px;
}

#ZipCodeTextBox, #StateDropDown
{
	width: 50px;	
}

.fieldLabelColumn
{
	white-space: nowrap;
	width: 20%;
}
.fieldFillInColumn
{
	white-space: nowrap;
	width: 25%;
}

#MailingAddressTextBox
{
	width: 125px;
}

#HandbookSourceDropDown
{
	width: auto;
}

#topLeft
{
	border-top: solid thin black;
	border-left: solid thin black;
}
#top
{
	border-top: solid thin black;
	background-color:Green;
	
}
#left
{
	border-left: solid thin black;
}
#right
{
	border-right: solid thin black;
}
#bottom
{
	border-bottom: solid thin black;
}
#topRight
{
	border-top: solid thin black;
	border-right: solid thin black;
}
#topLeftRight
{
	border-top: solid thin black;
	border-left: solid thin black;
	border-right: solid thin black;
}
#leftBottom
{
	border-left: solid thin black;
	border-bottom: solid thin black;
}
#rightBottom
{
	border-right: solid thin black;
	border-bottom: solid thin black;
}

.formFillTable tr
{
	padding-top: 5px;
}

#OtherSchoolRadioButton
{
	margin-left: 3px;
}

.requiredFieldMarker
{
	width: 1%;
	vertical-align: middle;	
}

.spacedText
{
	padding: 10px 0 10px 0;
}