.gwt-DecoratorPanel {
}

.gwt-DecoratorPanel .topCenter,
.gwt-DecoratorPanel .bottomCenter {
  background: url(../images/decoratorpanel/hborder.png) repeat-x;
}

.gwt-DecoratorPanel .middleLeft,
.gwt-DecoratorPanel .middleRight {
  background: url(../images/decoratorpanel/vborder.png) repeat-y;
}

.gwt-DecoratorPanel .topLeftInner,
.gwt-DecoratorPanel .topRightInner,
.gwt-DecoratorPanel .bottomLeftInner,
.gwt-DecoratorPanel .bottomRightInner {
  width: 2px;
  height: 2px;
  zoom: 1;
}

.gwt-DecoratorPanel .topLeft {
  background: url(../images/decoratorpanel/corner.png) no-repeat 0px 0px;
  background-color:transparent;
  -background: url(../images/decoratorpanel/corner_ie6.png) no-repeat 0px 0px;
}

.gwt-DecoratorPanel .topRight {
  background: url(../images/decoratorpanel/corner.png) no-repeat -5px 0px;
  background-color:transparent;
  -background: url(../images/decoratorpanel/corner_ie6.png) no-repeat -5px 0px;
}

.gwt-DecoratorPanel .bottomLeft {
  background: url(../images/decoratorpanel/corner.png) no-repeat 0px -5px;
  background-color:transparent;
  -background: url(../images/decoratorpanel/corner_ie6.png) no-repeat 0px -5px;
}

.gwt-DecoratorPanel .bottomRight {
  background: url(../images/decoratorpanel/corner.png) no-repeat -5px -5px;
  background-color:transparent;
  -background: url(../images/decoratorpanel/corner_ie6.png) no-repeat -5px -5px;
}

	
html>body .gwt-DecoratorPanel {
    background-color: white;
}

* html .gwt-DecoratorPanel .topLeftInner,
* html .gwt-DecoratorPanel .topRightInner,
* html .gwt-DecoratorPanel .bottomLeftInner,
* html .gwt-DecoratorPanel .bottomRightInner {
  width: 5px;
  height: 5px;
  overflow: hidden;
}
.gwt-Label {
  white-space:nowrap;
  font-family: Arial,Verdana,sans-serif;
  font-size: 11;
;
  font-size: 9;
  
}