.dhtmlwindow{
position: absolute;
border: 2px solid #7295D7;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
background:url(../images/div_bgimg.jpg) repeat-x;
color: white;
cursor: move;
height:26px;
padding:5px;
width: auto;
position:absolute;
width:440px;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
right: 2px;
text-align:left;
top: 2px;
cursor: hand;
cursor: pointer;
margin-top:3px;
position:absolute;
float:right;

}



.drag-contentarea{ /*CSS for Content Display Area div*/

color: black;
height: 150px;
padding: 2px;

}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid #72A6D8;
background-color: #72A6D8;
height: 13px;
 /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;

cursor:none;
font-size: 0;
}