.ac_results_box {
	padding: 0;
	margin: 0;
	display: none;
	position: absolute;
	z-index: 10000;
}
.ac_results {
	border: 1px solid #919191;
	border-top:none!important;
	color:#000;
	background-color:#fff;
	filter:alpha(opacity=90); /*IE*/
	opacity:0.90;
	padding: 0;
	margin: 0;
	list-style: none;
	width:100%;
}
.ac_results li {
	padding: 2px 5px;
	white-space: nowrap;
	text-align: left;
	overflow: hidden;
}
.ac_over {
	cursor: pointer;
	color:#fff;
	background:#72c9e3 url(../img/suggest_bg.gif) repeat-x 0 100%;
	filter:alpha(opacity=90); /*IE*/
	opacity:0.90;
}
.ac_match {}