#estimate_field input {
    background-image: url("images/find_ext.png");
    background-repeat: no-repeat;
    background-position: 98% center;
}
#estimate_field input.active {
    background-image: url("images/ajax-s-load.gif");
}
.autocomplete-w1 {
    background: url("images/shadow.png") no-repeat bottom right;
    position: absolute;
    z-index: 1000;
    top: 4px;
    left: 3px;

    _background: none;
    _top: 1px;
}
.autocomplete-w2 {
    padding:0px;
}
.autocomplete {
    width:300px;
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    text-align: left;
    max-height: 350px;
    overflow: auto;
    margin: -6px 6px 6px -6px;

    _height: 350px;
    _margin: 0px 6px 6px 0;
    overflow-x: hidden;
}
.autocomplete .selected {
    background: #F0F0F0;
}
.autocomplete div {
    padding: 2px 5px;
    white-space: nowrap;
}
.autocomplete strong {
    font-weight:normal;
    color:#3399FF;
}
