.mf_finder_searchBox_submit span {
    margin-left: 0;
    margin-right: 0;
}
.mf_finder_searchBox_items {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    padding: 0;
    height: 22px;
}
.mf_finder_searchBox {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 22px;
}
.mf_finder_searchBox_form {
    height: 22px;
}
.mf_finder_searchBox_items_wrapper {
    height: 22px;
}
.mf_finder_searchBox_submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    background-color: #bdbdbd;
    border: none;
    border-radius: 0 100px 100px 0;
    color: #eee;
    margin-top: 1px!important;
    padding: 0 6px;
    height: 20px;
}
.mf_finder_searchBox_submit:before {
    font-size: 12px;
}
.mf_finder_searchBox_query_input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-height: auto;
    height: 20px;
    margin: 0;
    width: 200px;
    font-size: 12px;
    border: none;
    border-radius: 100px 0 0 100px;
    margin-top: 1px!important;
    padding: 0 10px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mf_finder_searchBox_suggest_items {
    position: absolute;
    margin: 25px 0 0;
    width: 100%;
    background-color: rgba(0,0,0,.8);
    list-style-type: none;
    padding: 0 1px 1px;
    border-width: 0 1px 1px;
    border-color: silver;
    border-style: solid;
    z-index: 5;
}
.mf_finder_searchBox_suggest_items li {
    border-top: 1px dotted silver;
}
.mf_finder_searchBox_suggest_items li:first-child {
    border-top: none;
}
.mf_finder_searchBox_suggest_items a {
    display: inline-block;
    width: 100%;
    padding: 2px;
    text-decoration: none;
    color: #fff;
}
.mf_finder_searchBox_suggest_item_cur {
    background-color: rgba(80,80,80,.8);
}