.ac_results {
	background-color: #fff;
	border: 1px solid #808080;
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 100001;
	}
	.ac_results li {
		color: #101010;
		padding: 2px 5px;
		text-align: left;
		white-space: nowrap;
		}

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

.ac_match {
	text-decoration: underline;
}
