@charset "utf-8";
/* CSS Document */
.suggestionsBox {
    position: relative;
    left: 200px;
    margin: 10px 0px 0px 0px;
    width: 350px;
    background-color: #FFF;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 1px solid #000;
    color: #000;
	height:250px;
	overflow:auto;
}

.suggestionList {
    margin: 0px;
    padding: 0px;
}

.suggestionList li {
    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
	list-style:none;
}

.suggestionList li:hover {
    background-color: #FFF;
}
