.gwt-PushButton-up,
    .gwt-PushButton-up-hovering,
    .gwt-PushButton-up-disabled,
    .gwt-PushButton-down,
    .gwt-PushButton-down-hovering,
    .gwt-PushButton-down-disabled {
    margin: 0;
    text-decoration: none;
    background: url("img/hborder.png") repeat-x 0px -27px;
}

.gwt-PushButton-up,
    .gwt-PushButton-up-hovering,
    .gwt-PushButton-up-disabled {
    padding: 3px 5px 3px 5px;
}

.gwt-PushButton-up {
    border: 1px outset #ccc;
    cursor: pointer;
    cursor: hand;
}

.gwt-PushButton-up-hovering {
    border: 1px outset;
    border-color: #9cf #69e #69e #7af;
    cursor: pointer;
    cursor: hand;
}

.gwt-PushButton-up-disabled {
    border: 1px outset #ccc;
    cursor: default;
    opacity: .5;
    filter: alpha(opacity = 40);
    zoom: 1;
}

.gwt-PushButton-down,
    .gwt-PushButton-down-hovering,
    .gwt-PushButton-down-disabled {
    padding: 4px 4px 2px 6px;
}

.gwt-PushButton-down {
    border: 1px inset #666;
    cursor: pointer;
    cursor: hand;
}

.gwt-PushButton-down-hovering {
    border: 1px inset;
    border-color: #9cf #69e #69e #7af;
    cursor: pointer;
    cursor: hand;
}

.gwt-Button {
    margin: 0;
    padding: 3px 5px;
    text-decoration: none;
    font-size: small;
    cursor: pointer;
    cursor: hand;
    background: url("img/hborder.png") repeat-x 0px -27px;
    border: 1px outset #ccc;
}

.gwt-DialogBox .Caption {
    background: #e3e8f3 url(img/hborder.png) repeat-x 0px -2003px;
    padding: 4px 4px 4px 8px;
    cursor: default;
    border-bottom: 1px solid #bbbbbb;
    border-top: 5px solid #d0e4f6;
}

.gwt-DialogBox .dialogContent {
}

.gwt-DialogBox .dialogMiddleCenter {
    padding: 3px;
    background: white;
}

.gwt-DialogBox .dialogBottomCenter {
    background: url(img/hborder.png) repeat-x 0px -4px;
    -background: url(img/hborder_ie6.png) repeat-x 0px -4px;
}

.gwt-DialogBox .dialogMiddleLeft {
    background: url(img/vborder.png) repeat-y;
}

.gwt-DialogBox .dialogMiddleRight {
    background: url(img/vborder.png) repeat-y -4px 0px;
    -background: url(img/vborder_ie6.png) repeat-y -4px 0px;
}

.gwt-DialogBox .dialogTopLeftInner {
    width: 5px;
    zoom: 1;
}

.gwt-DialogBox .dialogTopRightInner {
    width: 8px;
    zoom: 1;
}

.gwt-DialogBox .dialogBottomLeftInner {
    width: 5px;
    height: 8px;
    zoom: 1;
}

.gwt-DialogBox .dialogBottomRightInner {
    width: 5px;
    height: 8px;
    zoom: 1;
}

.gwt-DialogBox .dialogTopLeft {
    background: url(img/corner.png) no-repeat -13px 0px;
    -background: url(img/corner_ie6.png) no-repeat -13px 0px;
}

.gwt-DialogBox .dialogTopRight {
    background: url(img/corner.png) no-repeat -18px 0px;
    -background: url(img/corner_ie6.png) no-repeat -18px 0px;
}

.gwt-DialogBox .dialogBottomLeft {
    background: url(img/corner.png) no-repeat 0px -15px;
    -background: url(img/corner_ie6.png) no-repeat 0px -15px;
}

.gwt-DialogBox .dialogBottomRight {
    background: url(img/corner.png) no-repeat -5px -15px;
    -background: url(img/corner_ie6.png) no-repeat -5px -15px;
}

html>body .gwt-DialogBox {
}

* html .gwt-DialogBox .dialogTopLeftInner {
    width: 5px;
    overflow: hidden;
}

* html .gwt-DialogBox .dialogTopRightInner {
    width: 8px;
    overflow: hidden;
}

* html .gwt-DialogBox .dialogBottomLeftInner {
    width: 5px;
    height: 8px;
    overflow: hidden;
}

* html .gwt-DialogBox .dialogBottomRightInner {
    width: 8px;
    height: 8px;
    overflow: hidden;
}

.cw-DialogBox {
}

.folderStyle {
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
     font-family: Arial, Helvetica, sans-serif, Verdana, Tahoma, serif;
    font-size:12px;
}

.scrollPanel {
    border: 1px solid black;
}

.fileStyle {
    cursor: pointer;
    cursor: hand;
     font-family: Arial, Helvetica, sans-serif, Verdana, Tahoma, serif;
    font-size:12px;
}

.botPad5 {
    padding-bottom: 15px;
}

.deleteX {
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
}
