.ac_results
{
    background: #FFF;
    border: 1px solid #ddd;
    margin-top: -1px;
    overflow: hidden;
    width: 274px;
    z-index: 99999;
    border-radius: 0 0 5px 5px;
    padding: 5px;
}

    .ac_results ul
    {
        width: 100%;
        list-style-position: outside;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .ac_results li
    {
        cursor: default;
        display: block;
        font: menu;
        font-size: 12px;
        line-height: 20px;
        margin: 0;
        overflow: hidden;
        padding: 3px 8px;
        border-radius: 5px;
    }

.ac_loading
{
    background: white url('indicator.gif') right center no-repeat;
}

.ac_over
{
    background-color: #3BAAE3;
    color: #fff;
}

.csearch span
{
    float: left;
    padding-right: 10px;
}

.csearch label
{

    float: right;
}
