.school h3 {
	margin-top:0px;	
}
.school tr td {
	padding-top:15px;
	padding-bottom:15px;
}


.school ul {
	margin-top:0px;
	margin-bottom:0px;
}

.school .description {
	margin-bottom:0px;
}

.school li a {
	font-weight:bold;
}

.school ul {
	margin-top:10px;	
}


.cssform {
	padding:5px;
	margin-bottom:10px;
}
.cssform p{
	width:350px;
	clear: left;
	margin: 0;
	padding: 3px 0 0 0;
	padding-left: 120px; /*width of left column containing the label elements*/
	height: 1%;
}

.cssform label{
	text-align:right;
	font-weight: normal;
	font-size:12px;
	float: left;
	margin-left: -120px; /*width of left column*/
	width: 120px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	padding-right:5px;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	/*width: 297px;*/
}

.cssform textarea{
	width: 290px;
	height: 150px;
}

.cssform .required {
	color:#A90000;
	font-weight: bolder;
	font-size: 12px;
}


.cssform h3 {
	margin-top:0px;
	margin-bottom:5px;	
}

.cssform ul {
	margin-top:0px;
	margin-bottom:0px;	
}
.cssform .keepinformed {
	margin-right:5px;
	margin-bottom:35px;
	margin-top:2px;
	float:left;	
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
	margin-left: 3px;
}

