.acs_results {
		border: 1px solid #FFCC66;
		font-size:12px;
/*		border-top:none;*/
		background-color: white;
		padding: 0;
		margin: 3px 0px 0px -4px;
		list-style: none;
		position: absolute;
		z-index: 10000;
		line-height:20px;
		display: none;
		width:280px;
		overflow:hidden;
	}

	.acs_results li {
		display:block;
		padding:2px 5px;
		white-space: nowrap;
		color: #666;
		text-align: left;
	}

	.acs_over {
		cursor: pointer;
		background-color: #f6f6f6;
	}

	.acs_match {
		color: #FF8A00;
	}
