.dhtmlwindow{
margin-left: auto;
margin-right: auto;
margin-top: 5px;
visibility: hidden;
border: 1px solid #24476b;
}

.drag-handle{ /*CSS for Drag Handle*/
padding-left: 3px;
padding-top: 3px;
font: bold 14px Arial;
height: 23px;
background: url(titlebg.gif) repeat-x #dca941 left top;
color: #92601b;
text-transform: uppercase;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: relative;
float: right;
left: 75px;
top: 2px;
cursor: hand;
cursor: pointer;
display: inline;
clear: both;
}

* 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*/
background: url(windowbg.gif) repeat-x #24476b center top;
height: 45px;
line-height: 16px;
color: #ffffff;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
overflow: auto;
font-family: arial;
font-size: 12px;
z-index: 2000;
}

.drag-contentarea a:link, .drag-contentarea a:visited {
color: #c3d7ef;
font-weight: bold;
text-decoration: none;
font-size: 12px;
font-family: arial;
text-transform: uppercase;
}

.drag-contentarea a:hover, .drag-contentarea a:visited:hover {
color: #c3d7ef;
font-weight: bold;
font-size: 12px;
font-family: arial;
text-transform: uppercase;
text-decoration: underline;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border: 0;
height: 0px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 0px; /*width of resize image*/
height: 0px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}