.ac_results {
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
    width: 425px !important;
}



.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    color:#222222;
    cursor:default;
    display:block;
    font-family:arial;
    font-size:12px;
    font-size-adjust:-moz-use-system-font;
    font-stretch:-moz-use-system-font;
    font-style:-moz-use-system-font;
    font-variant:-moz-use-system-font;
    font-weight:-moz-use-system-font;
    line-height:16px;
    margin:0;
    overflow:hidden;
    padding:2px 5px;
}

.ac_results li:hover {
    color: #777;
    cursor:pointer;
}

.ac_loading {
    background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
    background-color: #fff;
}

.ac_over {
background-color:#DDDDDD;
color:#000000 !important;
    cursor: pointer;
}
