.dhtmlwindow{
border:3px ridge #FF0000; position: absolute;
visibility: hidden;
background-color: #E5D9EC; padding: 4px;; font-size:10pt
 
}

.drag-handle{ /*CSS for Drag Handle*/
border:outset 3px #D8E6D5;  text-indent: 3px;
background-color: #D8E6D5;
cursor: move;
overflow: hidden;
width: auto; font-variant:normal; font-size:14pt; text-align:center; font-weight:bold 
}

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


.drag-contentarea{ /*CSS for Content Display Area div*/


overflow: auto; text-align:center;background-color: #E5D9EC
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
background-color: #FFFF00;
height: 13px; 
}


.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;
}