form {
	margin: 0px;
	padding: 0px;
}
#personal_information {
	background-image: url(../images/form_background.gif);
	border: 1px solid #E0E0E0;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.form_title {
	background-image: url(../images/form_titlebackground.gif);
	display: block;
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

div.row {
	clear: both;
	padding-top: 3px;
  }

div.row span.label {
	float: left;
	width: 225px;
	text-align: right;
  }
div.row span.label_narrow {
	float: left;
	width: 160px;
	text-align: right;
}



div.row span.formw {
	float: right;
	width: 370px;
	text-align: left;
	margin: 0px;
	padding: 0px;
  } 
div.rowend {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 25px;
	float: none;
}

#application_information {
	background-image: url(../images/form_background.gif);
	border: 1px solid #E0E0E0;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
}
div.rowenddeep {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 100px;
}
.divider {
	background-image: url(../images/divider.gif);
	height: 5px;
	width: 100%;
	display: block;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
div.rowenddeep_divide {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 100px;
	background-image: url(../images/divider.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 500px;
}
div.rowenddeeper {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#general_contact {
	background-image: url(../images/form_background.gif);
	border: 1px solid #E0E0E0;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
}
#feedback_form {
	background-image: url(../images/form_background.gif);
	border: 1px solid #E0E0E0;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.grades input {
	width: 99%;
}
