
.twitter-typeahead {
    float: left;
}
.ie8 .twitter-typeahead {
    top:0;
    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: 153px;
    overflow-y: auto;
}
.ie8 .tt-dropdown-menu {
    border:1px solid #ddd;
}
.tt-suggestion {
    padding:3px 6px 2px 6px;
    font-size: 12px;
}
.tt-suggestion p {
    min-width: 153px;
    white-space:nowrap;
    display: block;
}
.tt-cursor {
    background: #005580;
    color:#fff;
}
#geolocation-search-options-wrapper {
    position: relative;
    top:8px;
    font-size: 11px;
    clear: both;
}
#geolocation-search-options-wrapper label, #geolocation-search-options-wrapper select {
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 2px;
    height:24px;
    line-height: 20px;
}
#geolocation-distance-options {
    display: inline-block;
}
.search-form-input {
    margin-right:10px;
}
.geolocation-distance-options-select {
    width:70px;
    display: none;
}
#geolocation-distance-options {
    float:left;
}
.geolocation-input {
    background: #fff;
}
.geolocation {
    margin-right: 5px;
    margin-top:1px;
    box-shadow: inset 0px 1px 1px #ddd;
    border:1px solid #aaa;
    height:14px;
    padding:2px;
}
.geolocation-select {
    margin-top:1px;
    margin-right: -5px;
}
.geolocation-options-group {
    display: inline-block;
}
.geolocation-group {
    float: left;
    display: inline-block;
}
#keywordsearch-button {
    margin-right: 10px;
    float: left;
}
.search-switcher {
    position: relative;
    top: 5px;
}
.empty-message {
    padding:10px;
}