.ac_results {
	border: 1px solid gray;
	background-color: white;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 10000;
	display: none;
	overflow-x: hidden;
	scroll-y: auto;
	scroll-x: none;
	height: 200px;
}

.ac_results li {
	padding: 2px 5px;
	white-space: nowrap;
	text-align: left;
	display: block;
}

.ac_over {
	cursor: pointer;
	background-color: #f0f0b8;
}

.ac_match {
	text-decoration: underline;
}
