@import "http://www.collegesurfing.com/js/dojo/dijit/themes/tundra/tundra.css";
/*@import "http://www.collegesurfing.com/js/dojo/dojo/resources/dojo.css";*/
@import "http://www.collegesurfing.com/js/dojo/dojox/widget/Toaster/Toaster.css";
@import "http://www.collegesurfing.com/css/liveform.css";
body, div, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
p {
	padding-bottom: 1em;
}
.required {
	color:#FC0;
	font-weight:bold;
	font-size: 0.9em;
}
.formBkgd {
}
.bold {
	font-size: 1.15em;
	font-weight: bold;
}
.smaller {
	font-size: .8em;
}
.bodyText {
	font-size: 1em;
	padding: 10px;
	color: #FFFFFF;
	text-align: left;
}
input, select {
	font-size: 1em;
}
#form_div {
	color: #000; /* font color for form */
	font-size: 1em;
	background-color: #FFF; /* set the form background color */
}
#form_div fieldset {
	padding-top: 10px;
}
#form_div .form_legend {
	display: none; /* optionally show the Learn More title */
}
#form_div ol ol {
	padding: 0px;
}
#form_div .form_required_note {
	font-size: 0.8em;
}
#form_div .form_label {
	width:200px;
	padding-right: 10px;
}
.sub_legend {
	font-weight: bold;
}
.formButton {
	width: 125px;
	height: 40px;
	padding: 2px 10px;
	border: none;
}
.nextButton {
	background: url(http://www.collegesurfing.com/ce/images/next.gif) no-repeat scroll left top;
}
.previousButton {
	background: url(http://www.collegesurfing.com/ce/images/previous.gif) no-repeat scroll left top;
}
.submitButton {
	background: url(http://www.collegesurfing.com/ce/images/btn-submit.gif) no-repeat scroll left top;
}
