.suggestionsBox {
position: relative;
left: 70px;
margin: 10px 0px 0px 0px;
width: 300px;
background-color: #d8d8d8;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #505050;
color: #505050;
}

.suggestionList {
margin: 0px;
padding: 0px;
}

.suggestionList li {
list-style-type:none;
margin: 0px 0px 3px 0px;
padding: 3px;
cursor: pointer;
}

.suggestionList li:hover {
background-color: #ffeeee;
}

.suggestionResult {
position: relative;
left: 70px;
}

.lbpSelectableField .ui-selecting { background: #FECA40; }
.lbpSelectableField .ui-selected { background: #F39814; color: white; }
.lbpSelectableField { list-style-type: none; margin: 0; padding: 0; width: 100%; }
.lbpSelectableField li { margin: 2px; padding: 0.4em; font-size: 1em; height: 12px; width: 120px; float: left; }

.lbpSelectableTheme .ui-selecting { background: #FECA40; }
.lbpSelectableTheme .ui-selected { background: #F39814; color: white; }
.lbpSelectableTheme { list-style-type: none; margin: 0; padding: 0; width: 100%; }
.lbpSelectableTheme li { margin: 2px; padding: 0.4em; font-size: 1em; height: 12px; width: 300px; float: left; }

.lbpSelectableAuthor .ui-selecting { background: #FECA40; }
.lbpSelectableAuthor .ui-selected { background: #F39814; color: white; }
.lbpSelectableAuthor { list-style-type: none; margin: 0; padding: 0; width: 100%; }
.lbpSelectableAuthor li { margin: 2px; padding: 0.4em; font-size: 1em; height: 12px; width: 200px; float: left; }

.lbpSelectableKeyword .ui-selecting { background: #FECA40; }
.lbpSelectableKeyword .ui-selected { background: #F39814; color: white; }
.lbpSelectableKeyword { list-style-type: none; margin: 0; padding: 0; width: 100%; }
.lbpSelectableKeyword li { margin: 2px; padding: 0.4em; font-size: 1em; height: 12px; width: 200px; float: left; }