.ac_results {
 font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
 position:absolute;
  width:157px;
  background-color:white;
  border:1px solid #3787c0;
  margin:0px;
  margin-top:-6px;
  padding:0px;
  text-align:left;
  overflow: hidden;
}

.ac_results ul {
	width:157px;
  list-style-type:none;
  font-size:12px;
  margin:0px;
  padding:2px 0 2px 0;
}

.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:3000px;
	height:3000px;
}

.ac_results ul li {
	list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  width:157px;
  cursor:pointer;
}

.ac_loading {
	background : Window url('./indicator.gif') right center no-repeat;
}
.ac_over { 
 background-color: #c8e6fc;
}


/* CSS Document */

