.dhtmlwindow{
position: absolute;
border: 1px solid #b6b7b7;
visibility: hidden;
background-color: #fffcfc;
color:#000;
}

.drag-handle{ /*CSS for Drag Handle*/
background: url(../images/popup-handler.gif) repeat-x;
color:#000;
cursor: move;
width: 98%;
height:27px;
margin:0px 1px 0 0;
padding-left:2%;
padding-top:5px;
font-family:Segoe UI;
color:#003566;
text-shadow: 0 1px 0 #FFFFFF;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: 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*/
color: white;
height: 150px;
padding: 10px;
overflow: auto;
border-top:solid 1px #b6b7b7;
}

.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;
}