.dhtmlwindow{
	position:absolute;
	border:none;
	visibility: hidden;
	font-family:Verdana, Tahoma, Arial, Helvetica;
	font-size:11px;
	color:#666666;
}

.drag-handle{ /*CSS for Drag Handle*/
	padding: 1px;
	text-indent: 3px;
	text-align:left;
	background-color:#CCCCCC;
	color:#000000;
	overflow: hidden;
	width: auto;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background:url(images/popup_top.png) no-repeat left bottom;
	width:309px;
	height:39px;
	border:none;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
	position: absolute;
	text-align:right;
	right: 18px;
	top: 17px;
	cursor: hand;
	cursor: pointer;
	width:15px;
	height:15px;
}

* 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: 100px;
padding: 0px;
margin:0px;
overflow:hidden;
width:303px;
background-color:#FFFFFF;
clear:both;
text-align:center;
border:none;
border:1px solid #CCCCCC;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
	border-top: 1px solid gray;
	height: 9px; /*height of resize image*/
	background:url(images/popup_down.png) no-repeat left top;
	border:none;
}
/*CSS for Resize Area itself- styles removed to hide it*/
/*
.drag-resizearea{ 
	float: right;
	width: 13px; 
	height: 13px; 
	cursor: nw-resize;
	font-size: 0;
}
*/
