.auto_complete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #A5ACB2;
  margin:0px;
  padding:0px;
  cursor:pointer;
  cursor:hand;
  font-size: 10px;
}

.auto_complete ul {
      list-style-type: none;
      margin:0px;
      padding:0px;
}

.auto_complete ul li {
  text-align: left;
}

.auto_complete ul li.selected 
{ 
  background-color: #36709A;
  color: #ffffff;

}

.auto_complete ul li {
  list-style-type: none;
  display:block;
  margin:0;
  padding:1px;
  color: black;
}

div.auto_complete {
  width: 250px !important;
  background: #fff;
}

.autocomplete_item_alt {
  background: #f2f2f2;
}