.ac_results {
	border: 1px solid #A5ACB2;
	background-color: white;
	list-style: none;
	position: absolute;
	z-index: 10000;
	display: none;
	width: 330px;
}

.ac_results li {
	padding: 2px 5px;
	white-space: nowrap;
	color: #101010;
	text-align: left;
}

.ac_over {
	cursor: pointer;
	background-color: #CCCCCC;
}

.ac_match {
	font-weight: bold;
	color: black;
}

form.search input.ac_loading {
	background: #F5F5F5 url('/img/load.gif') center right no-repeat;
}