#suggest {
    position: absolute;
    background-color: #FFFFFF;
    border: 1px solid #CCCCFF;
    width: 500px;
    height: 200px;
    overflow: auto;
    z-index: 10000;
}

#suggest div {
    padding: 1px;
    display: block;
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    z-index: 10000;
}

#suggest div.select {
    color: #FFFFFF;
    background-color: #3366FF;
    z-index: 10000;
}

#suggest div.over {
    background-color: #99CCFF;
    z-index: 10000;
}

#suggest strong {
    font-weight: bold;
    z-index: 10000;
}
