.gwt-SuggestBox {
    padding: 1px 4px;
    border: 1px solid #CCC;
    border-top: 1px solid #999;
    font-size: 12px;
    font-family: Arial Unicode MS, Arial, sans-serif;
}

.gwt-SuggestBoxPopup {
    color: white;
    z-index: 500;
}

.gwt-SuggestBoxPopup table tr.suggestPopupTop {
    height: 20px;
}

.gwt-SuggestBoxPopup table td {
    padding: 0px;
    cursor: pointer;
}

.gwt-SuggestBoxPopup table td table td {
    padding: .3em .5em;
}

.gwt-SuggestBoxPopup table td table tr:hover,
.gwt-SuggestBoxPopup table td table tr:active,
.gwt-SuggestBoxPopup table td table td.item-selected {
    background: url(../images/dialog/dlgcenterw.png) top left repeat;
    color: #4262a7;
}

.gwt-SuggestBoxPopup table td.suggestPopupTopLeft {
    width: 20px;
    background: url(../images/dialog/dlgtl.png) top left no-repeat;
}

.gwt-SuggestBoxPopup table td.suggestPopupTopCenter {
    width: 20px;
    background: url(../images/dialog/dlgtop.png) top left repeat-x;
}

.gwt-SuggestBoxPopup table td.suggestPopupTopRight {
    width: 20px;
    background: url(../images/dialog/dlgtr.png) top left no-repeat;
}

.gwt-SuggestBoxPopup table tr.suggestPopupMiddle {
    height: 20px;
}

.gwt-SuggestBoxPopup table td.suggestPopupMiddleLeft {
    width: 20px;
    background: url(../images/dialog/dlgleft.png) top left repeat-y;
}

.gwt-SuggestBoxPopup table td.suggestPopupMiddleCenter {
    width: 20px;
    background: url(../images/dialog/dlgcenter.png) top left repeat;
}

.gwt-SuggestBoxPopup table td.suggestPopupMiddleRight {
    width: 20px;
    background: url(../images/dialog/dlgright.png) top left repeat-y;
}

.gwt-SuggestBoxPopup table tr.suggestPopupBottom {
    height: 20px;
}

.gwt-SuggestBoxPopup table td.suggestPopupBottomLeft {
    width: 20px;
    background: url(../images/dialog/dlgbl.png) top left no-repeat;
}

.gwt-SuggestBoxPopup table td.suggestPopupBottomCenter {
    width: 20px;
    background: url(../images/dialog/dlgbottom.png) top left repeat-x;
}

.gwt-SuggestBoxPopup table td.suggestPopupBottomRight {
    width: 20px;
    background: url(../images/dialog/dlgbr.png) top left no-repeat;
}
