.dhtmlwindow{
border:3px ridge #1a4860; position: absolute;
visibility: hidden;
padding: 1px; font-size:10pt; background-color:#dadada; font-weight:bold; color:#1A4860
 
}

.drag-handle{ /*CSS for Drag Handle*/
border:3px outset #DADADA;  text-indent: 3px;
background-color: #DADADA;
cursor: move;
overflow: hidden;
width: auto; font-variant:normal; font-size:14pt; text-align:center; color:#1a4860; font-family:Arial 
}

.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{ /*CSS for Content Display Area div*/


overflow: auto; text-align:center;
}

.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;
}