
.dhtmlwindow {
    position: absolute;
    visibility: hidden;
	border: solid 1px #68bcd0;
}


.drag-handle .drag-controls {
    position: absolute;
	right: 1px;
	top: 2px;
	cursor: hand;
	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-handle { background-color: #006c85; }

#interVeil{ /*CSS for veil that covers entire page while modal window is visible*/
position: absolute;
background: #d0e5ec;
width: 10px;
left: 0;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=50);
opacity: 0.5;
}