.dhtmlwindow  { color: #7b7b7b; background-color: #000; visibility: hidden; position: absolute; border: solid 2px }

.drag-handle  { color: #e0e0e0; font: bolder 14px Arial; background-color: #464646; 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: #464646; font-size: 12px; font-family: Arial; background-color: white; text-align: justify; padding: 32px 52px 52px; height: 150px; overflow: auto; border-top: 1px solid #999    }

.drag-statusarea { background-color: #464646; 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;
}