
#steps {
	display:none;
}

#form_content .field {
clear:both;
}
#form_content .schoolform {
	width: 350px;
	margin: 0px 0px 0px 20px;
}
#form_content .schoolform label {
	display: block;
	font-weight: normal;
	text-align: left;
	width: 350px;
	margin: 7px 3px 2px 0px;
	padding: 4px 0px 0px 0px;
}
#form_content label.requiredfield {
	font-weight: bold;

}

#form_content .schoolform input {
	border-right: 1px solid #999;
	margin: 3px 0px 3px 3px;
	padding: 1px 0px 1px 3px;
	width: 40%;
}

#form_content .schoolform #program {
	border-right: 1px solid #E1E1E1;
	height: 27px;
	*height: 22px;
    margin: 0px 0px 3px 3px;
}


#form_content .schoolform #program {
	width: 375px;
}

#form_content textarea {
	font-size: 12px;
	margin: 4px;
	height: 60px;
	width: 175px;
	_width: 100px;
}

#form_content .radio input {
	width: 25px;
}

#form_content .radio label {


}

#form_content .schoolform input#button {
	align: center;
	background: url(/images/submit_button.gif) no-repeat;
	border: none;
	color: #4798AC;
	cursor: pointer;
	font-size: 0px;
	font-weight: bold;
	height: 40px;
	margin: 15px 0px 10px 115px;
	padding: 5px 0px 5px 0px;
	width: 230px;
}

.success {
margin:15px;
background-color:#cecece;
padding:5px;
line-height:17px;
border:1px solid #808080;
}

.error {
margin:1px;
background-color:#FFCCCC;
padding:5px;
border:1px dotted #808080;
}
.success span#submittedschool {
font-weight:bold;
font-size:16px;
margin:5px 0;
}

#search-results .heading {
clear:left;
background:#cecece;
}

.success h2 {
font-size:18px;
}

#left-mid span {line-height:20px}