.fuzzy_search {
    display: none;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ececec;
    position: absolute;
    width: 71%;
    z-index: 999;
}

.fuzzy_search ul {
    list-style: outside none none;
    padding: 0;
    margin-bottom: 0px;
}

.fuzzy_search li {
    height: 25px;
    line-height: 25px;
    list-style: none;
    padding: 0 0 0 5px;
}

.fuzzy_search li:hover {
    background: #e8e8e8;
}

