	
	.ac_results {
		border: 1px solid black;
		background-color: white;
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		z-index: 10000;
		display: none;
	}
	
	.ac_results li {
		margin: 0px;
		padding: 0px 5px;
		white-space: nowrap;
		color: #101010;
		text-align: left;
		border-bottom: 1px solid #DDD;
		font-family: sans-serif;
	}
	
	.ac_over {
		cursor: pointer;
		background-color: #eeeeaa;
	}
	
	.ac_match {
		font-family: sans-serif;
		font-weight: bold;
		color: black;
	}
	
