.dhtmlwindow{
position: absolute;
border:9px solid #40890a;
background-color:#fff;
-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;
}

.drag-handle{ 
padding: 10px 10px;
text-indent: 3px;
font: bold 30px Calibri, arial;
color: #155080;
cursor: move;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
height:15px;
-webkit-border-radius:8px 8px 0px 0px;
-moz-border-radius: 8px 8px 0px 0px;
border-radius: 8px 8px 0px 0px;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
-webkit-border-radius:8px 8px 0px 0px;
-moz-border-radius: 8px 8px 0px 0px;
border-radius: 8px 8px 0px 0px;
}

* 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: black;
height:350px;
padding:15px;
font-family:Verdana, Geneva, sans-serif;
font-size:13px;
line-height:20px;
}

.popupbg{
	font-family:Calibri, arial;
	font-size:18px;
	color:#FFF;
	text-align:left;
}
.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/

height: 30px; /*height of resize image*/
-webkit-border-radius: 0px 0px 8px 8px;-moz-border-radius: 0px 0px 8px 8px;border-radius: 0px 0px 8px 8px;
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 30px; /*width of resize image*/
height: 30px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}