.dhtmlwindow{ position: absolute;border: 1px solid #454545;visibility: hidden;background-color: white;}
/*CSS for Drag Handle*/
.drag-handle{ padding: 1px;text-indent: 3px;font: 11px Verdana;background-color: #4169e1;color: #eae8f8;cursor: move;
overflow: hidden;width: auto;filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);-moz-opacity: 1;opacity: 1;}
/*CSS for controls (min, close etc) within Drag Handle*/
.drag-handle .drag-controls{ position: absolute;right: 1px;top: 2px;cursor: hand;cursor: pointer;}
/*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
* html .drag-handle{ width: 100%;}
/*CSS for Content Display Area div*/
.drag-contentarea{ border-top: 1px solid #e6e6f7;background-color: white;color: black;height: 150px;padding: 2px;overflow: auto;}
/*CSS for Status Bar div (includes resizearea)*/
.drag-statusarea{ border-top: 1px solid gray;background-color: #f8f8f8;height: 14px; /*height of resize image*/}
/*CSS for Resize Area itself*//*width of resize image*//*height of resize image*/
.drag-resizearea{ float: right;width: 13px; height: 13px; cursor: nw-resize;font-size: 0;}