.dhtmlwindow{
position: absolute;
border: 1px solid #A59A79;
visibility: hidden;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 5px 5px 8px 5px;
text-indent: 3px;
font-size: 18px;
font-family:Georgia, "Times New Roman", Times, serif;
background:url(../images/common/drag-handle.gif) repeat-x left top;
color: #676359;
overflow: hidden!important;
width: auto;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 0px;
top: 0px;
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*/
border-top: 1px solid #A59A79;
color: black;
height: 150px;
padding: 0px;
overflow: auto;
background-color:#CFC198;

}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
background: #a5976e url(../images/common/drag-resizearea.gif) repeat-x left top;
height: 20px; /*height of resize image*/
}

.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 20px; /*width of resize image*/
height: 20px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}
iframe {
border:0px;
margin:0px;
padding:0px;

}