.dhtmlwindow{
position: absolute;
border: 10px solid #9adf46;
visibility: hidden;
/*background: white url(images/01innerpage_03.jpg) repeat-x top;
margin:0 auto;*/
background:#213908;
left:50% !important;
padding:20px;
font-family: Arial, Helvetica, sans-serif;
color:#fff !important;
margin:0 0 0 -200px;
}
.dhtmlwindow h3{ font-size:16px; padding:0; margin:0 0 10px; line-height:22px; font-weight:bold;}
.dhtmlwindow h3 span{ font-size:18px;}
.dhtmlwindow p{ padding:0; margin:5px 0; font-size:15px; font-weight:bold; color:#9adf46;}  
.dhtmlwindow ul{ padding:10px 0 0; margin:0; width:100%; text-align:center;}
.dhtmlwindow ul li{ padding:5px 0 0; margin:0; font-size:13px; list-style:none; text-align:center; clear:both; font-weight:bold;}}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
color: white;
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;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
padding:5px;
float: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*/
height: 150px;
padding: 2px;
clear:both;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
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;
}