ul.ac_results { /* for jQuery: hide list on statup */
    display: none;
}
.ac_results {
    width: 245px;
    background-color: #fff;
    z-index: 1000;
    border: none;
}
.ac_results ul { /* for scriptaculous: set margin and padding of list inside the container to zero */
    width: 245px;
    background-color: #fff;
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #b1b3b4;
    border-left: 1px dotted #b1b3b4;
    border-top: 1px dotted #b1b3b4;
}
.ac_results li {
    list-style-type: none;
    display: block;
    color: #999999;
    margin: 0;
    padding: 4px;
    height: auto;
    cursor: pointer;
    text-align: left;
    border: none;
    width: 237px;
}
.ac_results li a {
    text-decoration: none;
    color: #999999;
    border: none;
}
.ac_over,
.ac_results li.selected { /* for scriptaculous: uses class selected */
    color: #999999;
    background-color: #eeeeee;
}
.ac_results li span.title {
    font-size: 11px;
    color: #000000;
}
.ac_match {
    font-weight: normal !important;
    background-color: #bbbbbb;
    text-decoration: none;
    border-bottom: 0;
}