.ac_results {
width: 180px;
border: 1px solid gray;
background-color: white;
padding: 0;margin: 0;
list-style: none;
position: absolute;
z-index: 10000;
display: none;
font : 14px verdana;
}
			
.ac_results li {
padding: 2px 5px;
 white-space: nowrap;
  text-align: left;
}
			
.ac_over {
cursor: pointer;
color: #fff;
background-color: #3265ce;
}
s.ac_match {}