.dhtmlwindow{
position: absolute;
margin: 0px;
border:none/* 1px solid black*/;
visibility: hidden;
background-color:#fff;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 0px;
text-indent: 3px;
font: bold 14px Arial;
background-color:#fff;
color: #000;
cursor: move;
overflow:fixed;
width:835px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right:206px;
top:20px;
cursor: hand;
cursor: pointer;
z-index:1;
}
.drag-controlsenq{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right:106px;
top:20px;
cursor: hand;
cursor: pointer;
z-index:1;
}
.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*/
background-color:#000;
color: black;
height: 150px;
padding: 0px;
overflow: fixed;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
background-color: #000;
height: 0px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
width: 0px; /*width of resize image*/
height: 0px; /*height of resize image*/
font-size: 0;
}