

.ac_results  {
    border: solid 3px #f1770d;
    color:#000;

    border-radius:0 0 5px 5px;
    -moz-border-radius:0 0 5px 5px;
    -webkit-border-radius:0 0 15px 15px;
}
.ac_over {
    background-color:rgb(218, 216, 216);
    color: rgb(5, 5, 5);
}
