.dhtmlwindow{
position: absolute;
border: 0px solid black;
visibility: hidden;
z-index:1;
}

.drag-handle{ z-index:2;/*CSS for Drag Handle*/}

.drag-handle .drag-controls{ z-index:3;/*CSS for controls (min, close etc) within Drag Handle*/}
.drag-handles{ z-index:2;/*CSS for Drag Handle*/
}

.drag-handles .drag-controls{ z-index:3;/*CSS for controls (min, close etc) within Drag Handle*/}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/}


.drag-contentareass{ /*CSS for Content Display Area div*/
/*background: url('../../images/preview_frame.png');*/
color: black;
height: 10px;
overflow: auto;
z-index:5;
}



.contentareas{ /*CSS for Content Display Area div*/
background: url('preview_frame.gif') no-repeat right top; 
width:363px;
color: black;
height: 311px;
overflow: auto;
z-index:5;
}


.drag-statusarea{z-index:6;}

.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;z-index:7;
}
