.auto_complete {
      position:absolute;
      width:250px;
      background-color:white;
      color: black;
      font-size: .7em;
      margin: 0px;
      padding: 0px;
}

.auto_complete ul.items {
      list-style-type: none;
      margin:0px;
      padding:0px;
}

.auto_complete ul.items li.selected
{
      background-color: #eaf0d2;

}

.auto_complete ul.items li {
      list-style-type: none;
      display:block;
      margin:0;
      padding:2px;
      height:16px;
}

.auto_complete ul .highlight {
          font-weight: bold; 
          margin: 0;
          padding: 0;
        }

