.ac_results {
	padding: 0px;
	border: 1px solid #CCCCCC;
	background-color: white;
	height: 200px;
	z-index: 1000000;
}
.ac_results ul {
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 200px;
	overflow: auto;
	/*border: 2px solid blue;*/
}
.ac_results iframe {
	display: block;
	position: absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width: 450px;
	height: 200px;
}
.ac_results li {
	margin: 0px;
	padding: 4px 0 5px 5px;
	cursor: pointer;
	display: block;
	font: menu;
	font-size: 10px;
	color: #555555;
	border-bottom: 1px solid #CCCCCC;
	font-family: Arial;
	font-size: 11px !important;
}

.ac_loading {
	background: white url('../images/wait.gif') right center no-repeat;
}
.ac_over {
	background-color: #EFEFEF;
	color: black;
}
.ac_odd {
	background-color: #eee;
}

.ac_results ul li i{
	display: none;
}
