#keyword {
    width: 200px;
    font-size: 1em;
}

#sresults {
    display: none;
    width: 204px;
    position: absolute;
    border: 1px solid #c0c0c0;
    background-color: #2f2f2f;
}

#sresults .item {
    padding: 3px;
    font-family: Helvetica;
    border-bottom: 1px solid #c0c0c0;
}

#sresults .item:last-child {
    border-bottom: 0px;
}

#sresults .item:hover {
    background-color: #f2f2f2;
    cursor: pointer;
}

