.dhtmlwindow{
	position: absolute;
	background: none;
}

.windowbackgroundIEtop{
	height: 50px;
	position: absolute;
	top: 0;
	z-index: 1;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/popup_top_bg.png');
}

.windowbackgroundIEcontent{
	height: 50px;
	position: absolute;
	top: 50px;
	z-index: 2;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/popup_content_bg.png');
}

.windowbackgroundIEbottom{
	height: 30px;
	position: absolute;
	bottom: -1px;
	z-index: 1;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/popup_bottom_bg.png');
}

* html .windowbackgroundFFtop,
* html .windowbackgroundFFcontent,
* html .windowbackgroundFFbottom{
	display: none;
}

.windowbackgroundFFtop{
	width: 100%;
	height: 30px;
	position: absolute;
	z-index: 1;
}

.windowbackgroundFFcontent{
	width: 100%;
	position: absolute;
	top: 50px;
	z-index: 1;
}

.windowbackgroundFFbottom{
	width: 100%;
	height: 30px;
	position: absolute;
	z-index: 1;
	bottom: 0px;
}

.drag-handle{ /*CSS for Drag Handle*/
padding-left: 30px;
padding-top: 25px;
text-indent: 3px;
font: bold 14px Arial;
color: #ffffff;
cursor: move;
overflow: hidden;
width: auto;
height: 25px;
position: relative;
z-index: 3;
text-align: left;
}

* html .drag-handle{ /*CSS for Drag Handle*/
height: 45px;
padding-top: 20px;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 18px;
top: 25px;
cursor: hand;
cursor: pointer;
}

* html .drag-handle .drag-controls{
top: 20px;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
background-color: white;
color: black;
overflow: auto;
margin-left: 30px;
margin-right: 30px;
margin-bottom: 30px;
position: relative;
z-index: 3;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
position: relative;
z-index: 3;
}


.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;
position: relative;
z-index: 3;
}