    
    .ac_results {
        border: 1px solid gray;
        background-color: white;
        padding: 0;
        margin: 0;
        list-style: none;
        position: absolute;
        z-index: 10000;
        display: none;
        font-size:11px;
    }
    
    .ac_results li {
        padding: 2px 5px;        
        color: #101010;
        text-align: left;
        border-bottom:1px dotted #cccccc;
        overflow:hidden;
    }
    
    .ac_over {
        cursor: pointer;
        background-color: #F0F0B8;
    }
    
    .ac_match {
        text-decoration: underline;
        color: black;
    }
    
