.ac_input {
    float: left;
    padding: 0;
    margin: 8px 0 0 8px;
    border: 0;
    width: 150px;
    background: none;
}
.ac_results {
	width: 300px;
	background: #fff;
	cursor: pointer;
	position: absolute;
	left: 0;
	font-size: 80%;
	z-index: 101;
	margin-top:10px;
}
.ac_results ul {
	width: 300px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	background: #fff;	
	border: 1px solid #94C3E1;
}
.ac_results li {
	margin-top:4px;
	background: #fff;
	width: 290px;
	padding: 2px 5px;
	text-align: left;
	font-size: 1.2em;
	border-bottom:1px solid #94C3E1;
}
.ac_results a {
	width: 100%;
	color: #000;
}
/* thanks udoline: this fixed position error into msie */
.ac_results iframe {
	width: 300px;
	position: absolute;
}
.ac_loading {
	background : url('indicator.gif') right center no-repeat;
}
.over {
	/*background: #94C3E1;*/
	color: #5678AD;	
}

