#cps-search-box {
    position: relative;
    width: 300px;
}

#cps-search {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#cps-results {
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9999;
}

#cps-results li {
    padding: 5px 10px;
    border-bottom: 1px solid #eee;
}

#cps-results li:hover {
    background: #f5f5f5;
}

#cps-results img {
    vertical-align: middle;
    margin-right: 8px;
}