.dhtmlwindow{

	position: absolute;

	visibility: visible;

	background-color: white;

}



.drag-handle{ /*CSS for Drag Handle*/
position:absolute;


padding: 0px;

text-indent: 3px;

font: bold 14px Arial;

color: #FFFFFF;

cursor: move;

width: auto;





}



.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/



position: absolute;
margin-left:744px;
margin-top:10px;
cursor: hand;
cursor: pointer;




}



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


background-color: white;


height: 150px;


overflow: auto;

}



.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/



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;

}
