#search_form {
	position: relative;
}
.search_result {
	position: absolute;
	top: 23px;
	width: 250px;
	height: 0;
	background: #FFF;
	z-index: 10;
}
.search_result.active {
	height: 150px;
	overflow-y: scroll;
}