.searchresults {
    display: none;
    border: 2px #333 solid;
    background: #fff;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
}
.searchresults.working {
    background: #ff0;
    height: 30px;
}
.searchresults ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.searchresults ul li {
    clear: both;
    display: block;
    margin: 1px;
}
.searchresults ul li a {
    padding: 4px;
    display: block;
    font-size: 10px;
    color: #222;
}
.searchresults ul li a:hover {
    background: #e2e1e1;
}
.searchresults ul li a .title {
    font-size: 12px;
    font-weight: bold;
}
.searchresults .noresult {
    padding: 10px;
    background: #f8f6f6;
    border: 1px solid #a9a9a9;
    margin-top: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 280px;
    color:#000;
}
.searchresults .highlight {
    background: #ff0;
}