/* form */

form {
	margin:0;
	padding:0 12px;
	font-size:12px;
	line-height:18px;
}
.checktable {
	margin:10px 0;
}
.checktable td {
	padding:2px 4px;
	border-bottom:1px solid #fff;
	font-size:11px;
	line-height:16px;
}
.note {
	font-size:10px;
	color:#434238;
	line-height:14px;
}
.button {
	width:149px;
	height:38px;
	text-align:center;
	overflow:hidden;
	background:url(btn-continue.gif) no-repeat 0 0;
	border-style:none;
	cursor:pointer;
	font-weight:bold;
}
.button:hover {
	background:url(btn-continue.gif) no-repeat 0 -38px;
}

#submitArea, #submitArea3 {
	text-align:right;
	padding:12px 0 0;
}
.forms {
	margin-top:5px;
	padding:2px;
}
#backbutton a {
	font-size:10px;
	float:left;
	padding:2px 4px;
	color:#5c5a4e;
}
#backbutton a:hover {
	text-decoration:none;
}
form .phoneTable td {
	padding:0 4px 0 0;
}


/* matched schools dropdown sizing */

form .schooldropdown {
	width:380px;
}
.question, .rowOn, .rowOff {
	padding:2px 0 6px;
}
.schoolexpand {
       display:none;
}
