.SuggestBox {
    padding: 2px;
}
.Popup {
  margin-left: 3px;
}
.Popup .item {
  padding: 2px 6px;
  color: #424242;
  cursor: default;
}
.Popup .item-selected {
  background: #bbb8a6;
}
.Popup .suggestPopupContent {
  background: white;
}
.Popup .suggestPopupTopCenter {
  background:#bbb8a6 repeat-x;
}
.Popup .suggestPopupBottomCenter {
  background:#bbb8a6 repeat-x 0px -4px;
  -background:#bbb8a6 repeat-x 0px -4px;
}
.Popup .suggestPopupMiddleLeft {
  background: #bbb8a6 repeat-y;
}
.Popup .suggestPopupMiddleRight {
  background: #bbb8a6 repeat-y -4px 0px;
  -background: #bbb8a6 repeat-y -4px 0px;
}
.Popup .suggestPopupTopLeftInner {
  width: 5px;
  height: 5px;
  zoom: 1;  
}
.Popup .suggestPopupTopRightInner {
  width: 8px;
  height: 5px;
  zoom: 1;
}
.Popup .suggestPopupBottomLeftInner {
  width: 5px;
  height: 8px;
  zoom: 1;
}
.Popup .suggestPopupBottomRightInner {
  width: 8px;
  height: 8px;
  zoom: 1;
}
.Popup .suggestPopupTopLeft {
  background: #bbb8a6 no-repeat 0px -23px;
  -background: #bbb8a6 no-repeat 0px -23px;
}
.Popup .suggestPopupTopRight {
  background: #bbb8a6 no-repeat -5px -23px;
  -background: #bbb8a6 no-repeat -5px -23px;
}
.Popup .suggestPopupBottomLeft {
  background: #bbb8a6 no-repeat 0px -28px;
  -background: #bbb8a6 no-repeat 0px -28px;
}
.Popup .suggestPopupBottomRight {
  background: #bbb8a6 no-repeat -5px -28px;
  -background: #bbb8a6 no-repeat -5px -28px;
}
.Popup * html .gwt-SuggestBoxPopup .suggestPopupTopLeftInner {
  width: 5px;
  height: 5px;
  overflow: hidden;
}
.Popup * html .gwt-SuggestBoxPopup .suggestPopupTopRightInner {
  width: 8px;
  height: 5px;
  overflow: hidden;
}
.Popup * html .gwt-SuggestBoxPopup .suggestPopupBottomLeftInner {
  width: 5px;
  height: 8px;
  overflow: hidden;
}
.Popup * html .gwt-SuggestBoxPopup .suggestPopupBottomRightInner {
  width: 8px;
  height: 8px;
  overflow: hidden;
} 