.ac_results {
	margin: 2px 10px 10px 0px;
	padding: 2px 2px 2px 3px ;
	border: 0px solid #666666;
	overflow: hidden;
	color:#000000;
	background: #ffffff;
	height:116px;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0px;
	margin: 0px;
	
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
}

.ac_results li {

	font: menu;
	font-size: 12px;
	overflow: hidden;
  	text-align:left;
	padding: 2px 2px 2px 2px ;
    border-right:0px solid #000;
    border-bottom:1px solid #f8a464;
    border-left:0px solid #000;
	border-top:0px solid #f8a464;
}

.ac_loading {
	background : #f8b8ac url('../loader.gif') right center no-repeat;
}

.ac_over {
	background: #f8b8ac;
	color: black;
}
