span.search_found {
    font-weight: bold;
    color: red;
}

.suggestionsBox {
    position: relative;
    /*left: 30px;*/
    top: 10px;
    margin: 0px;
    width: 265px;
    background-color: #c6c3c6;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 2px solid #000;
    color: #fff;
}

.search, .suggestionList {
    margin: 0px;
    padding: 0px;
    text-align: justify;
}

.suggestionList li {
    margin: 0px;
    padding: 2px;
    list-style: none;
}

/*.suggestionList li:hover {
    background-color: #ffffff;
}*/
