.ac_results {
	border: 1px solid #999999;
	background-color: #fafafa;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 11000;
	display: none;
	width: 250px;
}
.ac_results li {
	padding: 2px 5px;
	white-space: nowrap;
	color: #000;
	text-align: left;
}
.ac_over {
	cursor: pointer;
	background-color: #fcc;
}
.ac_match {
	color: #666 !important;
}