div.auto_complete
{
  z-index: 115 !important;
  width: 350px;
  background: #fff;
}

div.auto_complete ul
{
  width: 100%;
  margin: 1px 0 0 0;
  padding: 0;
  list-style-type: none;
  border: 1px solid #E0DFD8;
  border-bottom: none;
}

div.auto_complete ul li
{
  margin: 0;
  padding: 3px;
  border-bottom: 1px solid #e0dfd8;
  list-style-type: none;
  background: #fff;
  cursor: pointer;
}

div.auto_complete ul li.selected
{
  background-color: #FF7900;
  color: #fff;
}

div.auto_complete ul strong.highlight
{
  margin: 0;
  padding: 0;
  color: #800;
}

