	.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: 2px 5px;
		white-space: nowrap;
		color: #101010;
		text-align: left;
		font-size:10pt;
	}
	
	.ac_over {
		cursor: pointer;
		background-color: #AAAAAA;
	}
	
	.ac_match {
		font-weight:bold;
		text-decoration:underline;
		color: #0000AA;
	}
	
