.twitter-typeahead {
    top:-3px;
}
.ie8 .twitter-typeahead {
    top:-3px;
    float: left;
}
.tt-dropdown-menu {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    margin-top: 0;
    min-width: 218px;
    overflow-y: auto;
}
.ie8 .tt-dropdown-menu {
    border:1px solid #ddd;
}
.tt-suggestion {
    padding:10px 6px 1px 6px;
    line-height: 12px;
}
.tt-suggestion p {
    min-width: 218px;
    white-space:nowrap;
    display: block;
}
.tt-cursor {
    background: #005580;
    color:#fff;
}
.geolocation-options-group {
    clear: both;
}
#geolocation-search-form-wrapper {
    display: inline-block;
}
#keywordsearch {
    margin-bottom: 0 !important;
}
#geolocation-search-options-wrapper label, #geolocation-search-options-wrapper select {
}
#geolocation-distance-options {
    position: relative;
    top:1px;
}
#search {
}
.geolocation-group {
    display: none;
}
.geolocation-input {
    background: #fff;
}
.search-form-input, .search-form-input label, .search-form-input span {
    display: inline-block;
}
@media (max-width:979px) {
    .search-form-input {
        display: block;
        clear: both;
    }
    .search-form-input label {
        display: block;
        clear: both;
    }
    .search-form-input span {
        display: inline-block;
    }
    .tt-suggestion p {
        font-size: 14px;
    }
}
@media (min-width:1120px) {
    .search-switcher {
        clear:none;
        display: inline-block;
        margin-left: 10px;
    }
}
@media (max-width:1120px){
    .search-switcher {
        clear:both;
        display: block;
        margin-left: 480px;
        margin-top:0;
    }
}
@media (max-width:990px){
    .search-switcher {
        clear:both;
        display: block;
        margin-left: 2px;
        margin-top:5px;
    }
}
.empty-message {
    padding:10px;
}
