.gwt-SuggestBox {
padding: 5px 4px;
border: 1px solid #ccc;
border-top: 1px solid #999;
font-size: 100%;
font-family: Arial Unicode MS, Arial, sans-serif;
}
.gwt-SuggestBoxPopup {
}
.gwt-SuggestBoxPopup .item {
padding: 2px 6px;
color: #000;
cursor: default;
font-size: 110%;
}
.gwt-SuggestBoxPopup .item-selected {
background: #D5E2FF;
}
.gwt-SuggestBoxPopup .suggestPopupContent {
background: white;
}
.gwt-SuggestBoxPopup .suggestPopupTopCenter {
border-top: 1px solid #bbb;
}
.gwt-SuggestBoxPopup .suggestPopupBottomCenter {
border-bottom: 1px solid #bbb;
}
.gwt-SuggestBoxPopup .suggestPopupTopCenterInner,
.gwt-SuggestBoxPopup .suggestPopupBottomCenterInner {
height: 1px;
line-height: 1px;
}
.gwt-SuggestBoxPopup .suggestPopupMiddleLeft {
border-left: 1px solid #bbb;
}
.gwt-SuggestBoxPopup .suggestPopupMiddleRight {
border-right: 1px solid #bbb;
}
.gwt-SuggestBoxPopup .suggestPopupMiddleLeftInner,
.gwt-SuggestBoxPopup .suggestPopupMiddleRightInner {
width: 1px;
line-height: 1px;
}
.gwt-SuggestBoxPopup .suggestPopupTopLeftInner {
width: 0px;
height: 0px;
zoom: 1;
}
.gwt-SuggestBoxPopup .suggestPopupTopRightInner {
width: 0px;
height: 0px;
zoom: 1;
}
.gwt-SuggestBoxPopup .suggestPopupBottomLeftInner {
width: 0px;
height: 0px;
zoom: 1;
}
.gwt-SuggestBoxPopup .suggestPopupBottomRightInner {
width: 0px;
height: 0px;
zoom: 1;
}
.gwt-SuggestBoxPopup .suggestPopupTopLeft {
background: url(images/circles.png) no-repeat 0px -6px;
width:5px;
height:5px;
}
.gwt-SuggestBoxPopup .suggestPopupTopRight {
background: url(images/circles.png) no-repeat -5px -6px;
width:5px;
height:5px;
}
.gwt-SuggestBoxPopup .suggestPopupBottomLeft {
background: url(images/circles.png) no-repeat 0px -11px;
width:5px;
height:5px;
}
.gwt-SuggestBoxPopup .suggestPopupBottomRight {
background: url(images/circles.png) no-repeat -5px -11px;
width:5px;
height:5px;
}
html>body .gwt-SuggestBoxPopup {
}
* html .gwt-SuggestBoxPopup {
}