	
	.ac_results {
		border: 1px solid gray;
		background-color: white;
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		z-index: 10000;
		display: none;
		max-height:200px;
		min-width:200px;
		overflow-y:scroll;
		overflow-x: hidden;
		margin-bottom:12px;
	}
	
	.ac_results li {
		padding: 2px 5px;
		padding-left:0px;
		white-space: nowrap;
		color: #666666;
		text-align: left;
		margin-left:5px;
	}
	
	.ac_over {
		cursor: pointer;
		background-color: #F0F0B8;
	}
	
	.ac_match {
		text-decoration: underline;
		color: black;
	}
	
