.gwt-SuggestBox {
  padding: 2px;
}
.gwt-SuggestBoxPopup {
  margin-left: 3px;
}
.gwt-SuggestBoxPopup .item {
  padding: 2px 6px;
  color: #424242;
  cursor: default;
}
.gwt-SuggestBoxPopup .item-selected {
  background: #b7d6f6;
}
.gwt-SuggestBoxPopup .middleCenter {
  background: white;
}
.gwt-SuggestBoxPopup .topCenter {
  background: url(images/hborder.png) repeat-x;
}
.gwt-SuggestBoxPopup .middleLeft {
  background: url(images/vborder.png) repeat-y;
}
html>body .gwt-SuggestBoxPopup .bottomCenter {
  background: url(images/hborder.png) repeat-x;
}
html>body .gwt-SuggestBoxPopup .middleRight {
  background: url(images/vborder.png) repeat-y;
}
html>body .gwt-SuggestBoxPopup .topLeft {
  width: 5px;
  height: 5px;
  background: url(images/corner.png) no-repeat 0px -23px;
}
html>body .gwt-SuggestBoxPopup .topRight {
  width: 8px;
  height: 5px;
  background: url(images/corner.png) no-repeat -5px -23px;
}
html>body .gwt-SuggestBoxPopup .bottomLeft {
  width: 5px;
  height: 8px;
  background: url(images/corner.png) no-repeat 0px -28px;
}
html>body .gwt-SuggestBoxPopup .bottomRight {
  width: 8px;
  height: 8px;
  background: url(images/corner.png) no-repeat -5px -28px;
}
* html .gwt-SuggestBoxPopup .bottomCenter {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ie6/hborder_blue_shadow.png',sizingMethod='scale');
}
* html .gwt-SuggestBoxPopup .middleRight {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ie6/vborder_blue_shadow.png',sizingMethod='scale');
}
* html .gwt-SuggestBoxPopup .topLeftInner {
  width: 5px;
  height: 28px;
  margin-top: -23px;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corner.png',sizingMethod='crop');
}
* html .gwt-SuggestBoxPopup .topRightInner {
  width: 13px;
  height: 28px;
  margin-left: -5px;
  margin-top: -23px;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corner.png',sizingMethod='crop');
}
* html .gwt-SuggestBoxPopup .bottomLeftInner {
  width: 5px;
  height: 36px;
  margin-top: -28px;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corner.png',sizingMethod='crop');
}
* html .gwt-SuggestBoxPopup .bottomRightInner {
  width: 13px;
  height: 36px;
  margin-left: -5px;
  margin-top: -28px;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corner.png',sizingMethod='crop');
}