div.AutoCompleteBox {
    position: absolute;
    background-color: #FFFFFF;
    border: solid 1px #DEDEDE;
    z-index: 1001;
}

iframe.AutoCompleteIFrame {
    position: absolute;
    z-index: 999;
}

div.AutoCompleteBox table { width: 100%; }

div.AutoCompleteBox tr td {
    cursor: pointer;
}

div.AutoCompleteBox tr.Selected td {
    background-color: #3399FF;
    color: #FFFFFF;
    font-weight:bold;
}

input.autocomplete {
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url(../img/icon_autocomplete.gif);
    width: 225px;
}

input.loading {
    background-image: url(../img/icon_loading.gif);
}

.ListAutoComplete 
{
    max-height:300px; 
    min-width:500px; 
    overflow:auto;
    background-color: #FFFFFF;
    border: solid 1px #DEDEDE;
    z-index:100010 !important;
}