.dhtmlwindow{
position: absolute;
border: 1px solid #938575;
visibility: hidden;
background-color: #F7EFCF;z-index:120 !important;
}

#popup {margin:0;padding:80px 5px 0 0;text-align:left;background:url(http://www.laylagrayce.com/BVModules/Themes/Layla-Grayce/images/pop-up-logo.jpg) repeat-x top center;position:relative;}

.maindhtmlWindow { position:relative;  }

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #938575;
color: white;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
height:25px;width:100%;
position:absolute;top:0;right:0px;text-align:right;z-index:100
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;bottom:3px;right:0;
cursor: hand;
cursor: pointer;z-index:90;width:70px;text-align:right;
}

* 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 #938575;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
width:3%;position:absolute;top:0;right:0;
background-color: #938575;padding-top:14px;
height: 13px;z-index:80 /*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;
}

#definition  { margin-left:5px;margin-top:30px; }

.overlay {position:absolute;left:0;top:0;z-index:110;background:url("../images/overlay_bg.png") repeat; }

