.dhtmlwindow{
border: solid 0px black; 
visibility: hidden; 
background-color: black; 
position: absolute; }

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px; text-indent: 3px; font: bold 10px Arial; background-color: #ca0000; color: gray; cursor: move; overflow: hidden; width: auto; border-color: black; }

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute; right: 1px; top: 2px; border-color: black; cursor: hand; cursor: pointer; }


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid gray; background-color: #000000; color: black; height: 0; padding: 2px; overflow: auto; border-right-color: black; border-bottom-color: black; border-left-color: black; }

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid black; background-color: #f8f8f8; height: 13px; border-right-color: black; border-bottom-color: black; border-left-color: black; /*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; border-color: black; }


