	
	.ac_results {
		border: 1px solid gray;
		background-color: white;
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		z-index: 10000;
		display: none;
	}
	
	.ac_results li {
		padding: 5px 0px 5px;
		white-space: nowrap;
		overflow:hidden;
		color: #666;
		text-align: left;
		width: 253px;
		/*height:18px;*/
	}
	
	.ac_over {
		cursor: pointer;
		background-color: #ffd5d5;
	}
	
	.ac_match {
		/*text-decoration: underline;
		color: black;*/
	}
	
