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

background-position:top;
background-repeat:repeat-x
}

.drag-handle{ /*CSS for Drag Handle*/
 
text-indent: 1px;
font: 11px Arial;

color: #000000;
cursor: move;
overflow: hidden;
width: auto;
line-height:16px;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
width:20px;
height:20px;
float:right;
right: 5px;
top: 6px;
cursor: hand;
cursor: pointer;
padding-top:0px;
}
#title_{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:14px;color:#FFFFFF;font-weight:bold}

.drag-contentarea{ /*CSS for Content Display Area div*/


color: black;
height: 150px;
padding: 0px;
padding-left:0px;
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;
}

.drag-handle{ /*Overwrite default drag handle bar background color with below*/

}

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

#curv1{background-position:top}
#curv_bl{line-height:24px;height:21px}
