.dhtmlwindow{
position: absolute;
border: 3px solid #959595;
-moz-border-radius:8px;
-webkit-border-radius:8px;
-opera-border-radius:8px;
-khtml-border-radius:8px;
border-radius:8px;
visibility: hidden;
background: transparent url(../images/helpPanelBkg.png) repeat;
}

.drag-handle{ /*CSS for Drag Handle*/
    margin:0 0 0 0px;
    vertical-align:top;
    padding: 10px 0 0 10px;
    text-indent: 3px;
    text-align:left;
    font-family: "Arial Italic", "Arial", Arial, Helvetica, sans-serif;
    font-style:oblique;
    font-size:16px;
    font-weight:bold;
    color: #990000;
    cursor: hand;
    cursor: pointer;
    overflow: hidden;
    width: auto;
    height:25px;
    -moz-opacity: 1;
    opacity: 1;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -opera-border-radius:4px;
    -khtml-border-radius:4px;
    border-radius:4px;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
    margin:10px 0 0 20px;
    padding-right:20px;
    position: absolute;
    right: 1px;
    top: 2px;
    float: left;
}

.drag-control {
    cursor: hand;
    cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
    text-align:left;
    color: #003300;
    border-top: 1px black;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    -opera-border-radius:8px;
    -khtml-border-radius:8px;
    border-radius:8px;
    padding: 0 8px 0 15px;
    overflow: auto;
    width:94%;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}