.ac_results {
	width: 200px;
	background: #fff;
	cursor: pointer;
	position: absolute;
	left: 0;
	font-size: 11px;
	font-family: Arial;
	font-weight:700;
	z-index: 101;
	text-align:left;
}
.ac_results ul {
	width: 200px;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #000;
}
.ac_results iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:200px;
	height:200px;	
	/*width:3000px;*/
	/*height:3000px;*/
}
.ac_results li {
	width: 190px;
	padding: 2px 5px;
}
.ac_results a {
	width: 100%;
}
.ac_loading {
	background : url('/pics/indicator.gif') right center no-repeat;
}
.over {
	background: #4561A9;
	color:#fff;
}
