.dhtmlwindow{
position: absolute;
border: 3px solid #992b2a;
visibility: hidden;
background-color: #992b2a;
}

/*CSS for Drag Handle*/
.drag-handle{ 
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #992b2a;
color: white;
cursor: move;
overflow: hidden;
width: auto;
text-align:left;
}

/*CSS for controls (min, close etc) within Drag Handle*/
.drag-handle .drag-controls{ 
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}

/*CSS for Content Display Area div*/
.drag-contentarea{ 
border-top: 1px solid #992b2a;
background-color: white;
color: black;
height: 150px;
padding: 5px;
overflow: auto;
text-align:left;
font-size:12px;
}

/*CSS for Status Bar div (includes resizearea)*/
/*.drag-statusarea{ 
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; 
}*/

/*CSS for Resize Area itself*/
/*.drag-resizearea{ 
float: right;
width: 13px; 
height: 13px;
cursor: nw-resize;
font-size: 0;
}*/