#neighborhood {
    background-color: #fff;
}
.acInput {
    display: block;
    background-color: #fff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right center;
}
.acResults {
    display: none;
    position: absolute;
    width: 90%;
    z-index: 1000;
    border-color: #666;
    border-style: solid;
    border-width: 1px 0 0 0;
    font-size: 8pt;
    font-family: arial, sans-serif;
    padding: 0px;
    margin: 0 0px;
    text-align: left;
}
.acResults a, .acResults div {
    display: block;
    padding: 5px;
    cursor: pointer;
    border-color: #666;
    border-style: solid;
    border-width: 0 0 1px 0;
}
.acResults .selected {
    background-color: #F90;
    color: #000;
}
.acResults .unselected {
    background-color: #FFF;
    color: #555;
}
.acResults .acHelp {
    background-color: #666;
    color: #FFF;
    cursor: default !important;
}
