.dhtmlwindow{
position: absolute;
border: 0px;
visibility: hidden;
}

.drag-handle{ /*CSS for Drag Handle*/
padding-top: 10px;
text-indent: 5px;
font: 11px Verdana, Helvetica, sans-serif;
font-weight: bold;
background-color: #ffffff;
color: #999;
cursor: pointer;
overflow: hidden;
width: auto;
height: 15px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 20px;
top: 20px;
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*/
background-color: white;
color: black;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
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;
}


#interVeil{ /*CSS for veil that covers entire page while modal window is visible*/
position: absolute;
background: #000000;
width: 10px;
left: 0;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
}

.Close {

 border: 1px;
 position: right;
 min-height: 16px;
 padding: 1px 18px 3px 0;
 background: url(../images/window/close_grey.gif) right top no-repeat;
 color:#666666;
 font-size:1em;
 line-height:1.167em;
 text-decoration: none;
 z-index: 10;

}

.Close:hover {
 color: #000 !important;
 background: url(../images/window/close_grey.gif) right -182px no-repeat;
}