

h3 {
    margin: 0px;
    padding: 0px;
}

.box {
    overflow: scroll;
    position: relative;
    height: 200px;
    width: 500px;
}

.suggestionsBox {
    overflow: scroll;
    position: relative;
    left: 1px;
    margin: 1px 0px 0px 0px;
    width: 250px;
    max-height: 150px;
    background-color: #E6E6E6;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 1px solid #000;
    color: #000;
}

.suggestionsBox2 {
    overflow: auto;
    position: absolute;
    left: 1px;
    margin: 1px 0px 0px 0px;
    width: 250px;
    max-height: 150px;
    background-color: #E6E6E6;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 1px solid #000;
    color: #000;
}

.suggestionList {
    font-size: 8pt;
    margin: 0px 0px 3px 0px;
    padding: 1px;
    cursor: pointer;
}

.suggestionList li:hover {
    background-color: #ffffff;
}

.suggestionList2 {
    font-size: 8pt;
    margin: 0px 0px 3px 0px;
    padding: 1px;
    cursor: pointer;
}

.suggestionList2 li:hover {
    background-color: #ffffff;
}