div.auto_complete 
{
  position:absolute;
  z-index:10;
  width: 350px;
  background: #FFFFFF;  
  font-size: 8pt;
  color: #000000;
  font-family: arial;
   margin:0;
  padding:0;
  
}
div.auto_complete ul 
{
  z-index:10;
  border:1px solid #888;
  margin:0;
  padding:0;
  width:100%;
  list-style-type:none;
}
div.auto_complete ul li 
{
  z-index:10;
  margin:0;
  padding:3px;
}
div.auto_complete ul li.selected 
{
  z-index:10;
  background-color: #B01D5D;
  color: #FFFFFF;
}
div.auto_complete ul strong.highlight 
{
  z-index:10;
  color: #800; 
  margin:0;
  padding:0;
}

/* Smart Search AutoComplete*/
.autocomplete_completionListElement
        {
            visibility: hidden;
            margin: 0px !important;
            background-color: inherit;
            color: windowtext;
            border: buttonshadow;
            border-width: 1px;
            border-style: solid;
            cursor: 'default';
            overflow: auto;
            height: 300px;
            text-align: left;
            list-style-type: none;
            font-family: courier new;
            font-size: 8pt;
        }
        /* AutoComplete highlighted item */.autocomplete_highlightedListItem
        {
            background-color: #B01D5D;
            color: black;
            padding: 1px;
        }
        /* AutoComplete item */.autocomplete_listItem
        {
            background-color: window;
            color: windowtext;
            padding: 1px;
        }

