	
	.ac_results {
	border: 1px solid gray;
	background-color: #D2E2FF;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 10000;
	display: none;
	width: 200px;
	}
	
	.ac_results li {
		padding: 2px 5px;
		white-space: nowrap;
		color: #101010;
		text-align: left;
	}
	
	.ac_over {
	cursor: pointer;
	background-color: #1A75FF;
	}
	
	.ac_match {
	text-decoration: none;
	color: #333333;
	}
	
