dl.school {
	height: auto;
	border: 1px solid #b3b3b3;
	position: absolute;
	background: #fff;
	display: none;
	max-height: 177px;
	overflow-y: auto;
}

dl.school dd {
	font-size: 14px;
	color: #333;
	line-height: 35px;
	text-indent: 8px;
}

dl.school dd b {
	font-weight: normal;
	color: #335ccc;
}

dl.school dd.active {
	cursor: pointer;
	background: #f0f4f7;
}

dl.school dd:hover {
	cursor: pointer;
	background: #f0f4f7;
}