input.autocomplete
{   
   /* border-color: #a7afb8;
    border-style: solid;
    border-width: 1px;*/
    color: #000000;
    /*font-size: 16px;
    line-height: 25px;*/
    margin-bottom: 10px;
    /*margin-top: 4px;*/
    /*padding: 0px 0px 0px 8px;
    height: 25px;
    width: 300px    */
}

.ac_results {
    background-color: white;
    border: 1px solid #0198C3;
    overflow: hidden;
    padding: 0;
    z-index: 99999;
}
.ac_results ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.ac_results li {
    cursor: default;
    display: block;
    font: menu;
	font-size: 16px;
	line-height: 25px;
    margin: 0;
    overflow: hidden;
    padding: 0px 0px 0px 10px;    
}

.ac_loading {
    background: url("indicator.gif") no-repeat scroll right center white;
}
.ac_odd {
    background-color: #ffffff;
}
.ac_over {
    background-color: #0198C3;
    color: #ffffff;
}
