	
	.ac_results {
		border: 1px solid #E2E3EA;
		background-color: white;
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		z-index: 10000;
		display: none;
		max-height:200px;
		overflow:scroll;
		overflow-x: hidden;
		/* HG added this. Did he? */
		width:170px;

	}
	
	.ac_results li {
		padding: 2px 5px;
		white-space: nowrap;
		color: #555;
		text-align: left;
		background-image:none;
			
		/* hkatz 26june08: latter needed to override li background image in style.css */
	}
	
	.ac_over {
		cursor: pointer;
		background-color: #F0F0B8;
margin:0;
	}
	
	.ac_match {
		text-decoration: underline;
		color: #555;
	
	}
	
