.dhtmlwindow  { color: #999; background-color: black; visibility: hidden; position: absolute; border: solid 2px }

.drag-handle  { color: #666; font: bolder 14px Arial; background-color: #333; text-indent: 3px; cursor: move; padding: 1px; width: auto; overflow: hidden }

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}


.drag-contentarea  { color: gray; background-color: #000; padding: 2px; height: 150px; overflow: auto; border-top: 1px solid #999 }

.drag-statusarea { background-color: #333; height: 13px; border-top: 1px solid gray }


.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;
}