.suggestionsBox {
position: relative;
left: 7px;
margin: 0px 0px 0px 0px;
width: 198px;
background-color: #F6ECE3;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border: 1px solid #91AA06;

font-family:arial;
font-weight:normal;
font-size:12px;
color: #3F4426;
}

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

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

.suggestionList li:hover {

background-color: #C3CF81;
color: #fff;
