.dhtmlwindow{
position: absolute;
border: 1px solid black;
visibility: hidden;
background-color: #E2F1FE;
padding:3px;
}
.drag-handle{ /*CSS for Drag Handle*/
text-indent: 2px;
font: bold 12px "Trebuchet MS";
background-color: #E2F1FE;
color: #000000;
cursor: move;
overflow: hidden;
width: auto;
height: 18px;
padding: 2px;
padding-left:10px;
padding-top: 0px;
}
.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 3px;
top: 0px;
cursor: hand;
cursor: pointer;
border-right: 1px solid black;
}
.drag-handle .drag-controls img{ 
border-left: 1px solid black;
border-bottom: 1px solid black;
}
.drag-contentarea{ /*CSS for Content Display Area div*/
border: 1px solid silver;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}
.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-bottom: 1px solid silver;
border-left: 1px solid silver;
border-right: 1px solid silver;
padding-right: 2px;
background-color: #F1EDED;
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;
background-color: #F1EDED;
}