.gwt-PopupPanel .content {
}
.gwt-PopupPanel .middleCenter {
  padding: 3px;
  background: white;
}
.gwt-PopupPanel .topCenter {
  background: url(images/hborder.png) repeat-x;
}
.gwt-PopupPanel .middleLeft {
  background: url(images/vborder.png) repeat-y;
}
.gwt-PopupPanel .topLeft,
.gwt-PopupPanel .topRight,
.gwt-PopupPanel .bottomLeft,
.gwt-PopupPanel .bottomRight {
  zoom: 1;
}
html>body .gwt-PopupPanel .bottomCenter {
  background: url(images/hborder.png) repeat-x;
}
html>body .gwt-PopupPanel .middleRight {
  background: url(images/vborder.png) repeat-y;
}
html>body .gwt-PopupPanel .topLeft {
  width: 5px;
  height: 5px;
  background: url(images/corner.png) no-repeat 0px -10px;
}
html>body .gwt-PopupPanel .topRight {
  width: 8px;
  height: 5px;
  background: url(images/corner.png) no-repeat -5px -10px;
}
html>body .gwt-PopupPanel .bottomLeft {
  width: 5px;
  height: 8px;
  background: url(images/corner.png) no-repeat 0px -15px;
}
html>body .gwt-PopupPanel .bottomRight {
  width: 8px;
  height: 8px;
  background: url(images/corner.png) no-repeat -5px -15px;
}
* html .gwt-PopupPanel .bottomCenter {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ie6/hborder_blue_shadow.png',sizingMethod='scale');
}
* html .gwt-PopupPanel .middleRight {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ie6/vborder_blue_shadow.png',sizingMethod='scale');
}
* html .gwt-PopupPanel .topLeftInner {
  width: 5px;
  height: 15px;
  margin-top: -10px;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corner.png',sizingMethod='crop');
}
* html .gwt-PopupPanel .topRightInner {
  width: 13px;
  height: 15px;
  margin-left: -5px;
  margin-top: -10px;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corner.png',sizingMethod='crop');
}
* html .gwt-PopupPanel .bottomLeftInner {
  width: 5px;
  height: 23px;
  margin-top: -15px;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corner.png',sizingMethod='crop');
}
* html .gwt-PopupPanel .bottomRightInner {
  width: 13px;
  height: 23px;
  margin-left: -5px;
  margin-top: -15px;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corner.png',sizingMethod='crop');
}