﻿        .autocomplete_completionListElement
        {
            margin: 0px !important;
            background-color: #fff;
            color: windowtext;
            border: buttonshadow;
            border-width: 1px;
            border-style: solid;
            cursor: 'default';
            overflow: auto;
            text-align: left;
            list-style-type: none;
            padding-left: 1px;
        }
        /* AutoComplete highlighted item */.autocomplete_highlightedListItem
        {
            background-color: #e1af11;
            color: black;
            padding: 3px;
            cursor: hand;
        }
        /* AutoComplete item */.autocomplete_listItem
        {
            background-color: window;
            color: windowtext;
            padding: 3px;
        }