.autocomplete_content
{
    border: solid 1px #586ba0;
    background: #ffffff;
    position: relative;
    padding: 2px 2px 2px 2px;
    text-align: left;
    white-space: nowrap;
    overflow-x: visible;
    overflow-y: auto;
    float: left;
}
.autocomplete_wrapper
{
    position: relative;
    height: 22px;
    cursor: pointer;
    overflow: visible;
    white-space: nowrap;
    z-index: 100;
}
.autocomplete_control_wrapper
{
    position: relative;
}
.autocomplete_item
{
    width: 100%;
}
div.autocomplete_item:hover
{
    background: skyblue;
}
.autocomplete_arrow
{
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url(../images/wait_icon_small.gif);
    top: 4px;
    right: 4px;
    z-index: 101;
    line-height: 0;
}