#throbber {
    position: absolute;
    right: 160px;
    top: 205px;
    width: 20px;
    height: 32px;
    background: transparent url(/skin/vee-loader.gif) 50% 50% no-repeat;
}
select.mapupdate {
    width: 170px;
}

#searchapp {
    position: relative;
}
#searchform {
    position: absolute;
    left: -585px;
}
#searchform div {
    margin-bottom: 12px;
}
#searchresults {
    height: 440px;
}
#suggestions {
    position: absolute;
    list-style: none;
    top: 19px;
    left: 0;
    width: 140px;
}

/*
#searchresults ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #EEE;
}
#searchresults li {
    margin: 0;
    padding: 2px 10px;
    border-bottom: 1px solid #EEE;
}
#searchresults li.active {
    background: #EEE;
}
#searchresults ul a {
    color: #F00;
    text-decoration: underline;
    cursor: pointer;
}

#searchcontainer {
    float: left;
    position: relative;
    width: 420px;
    margin-left: 10px;
    min-height: 200px;
}
#throbber {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent url(/skin/vee-loader.gif) 50% 20px no-repeat;
}
*/

input#location {
    width: 140px;
}

/*
#suggest {
    position: relative;
}
#suggestions {
    position: absolute;
    list-style: none;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #F00;
    background: #EEE;
}
#suggestions li {
}
#suggestions a {
    display: block;
    padding: 2px;
    color: #F00;
    text-decoration: none;
    cursor: pointer;
}
#suggestions a:hover {
    color: #FFF;
    background: #F00;
}
*/
