.dhtmlwindow{
position: absolute;
order: 2px solid #3b4046;
border: 1px solid #433f36;
visibility: hidden;
background-color:#999999;
}

.drag-handle{ /*CSS for Drag Handle*/
adding: 1px;
ext-indent: 3px;
font: bold 14px Arial;
background-color:blue;
color: white;
ursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
order:2px solid #FF0000;
height:15px;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 3px;
top: 5px;
ursor: hand;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
order-top: 1px solid brown;
background-color: white;
color: black;
eight: 150px;
adding: 2px;
overflow: auto;
}



.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;
}
