.dhtmlwindow {
	position: absolute;
	border: 1px solid black;
	visibility: hidden;
	BACKGROUND-COLOR: 1B666C;
}

.drag-handle { /*CSS for Drag Handle*/
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 2;
	padding-left: 4px;
	padding-right: 0px;
	BACKGROUND-COLOR: 1B666C;
	color: #FFFFFF;
	font-size: 93%;
	font-weight: bold;
	font: bold 10pt Verdana, Arial;
	overflow: hidden;
}

.drag-handle .drag-controls {
	/*CSS for controls (min, close etc) within Drag Handle*/
	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-contentarea { /*CSS for Content Display Area div*/
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,
		StartColorStr='#B2C9CB', EndColorStr='#C5C6C6')
}

.drag-statusarea { /*CSS for Status Bar div (includes resizearea)*/
	border-top: 0px solid gray;
	background-color: #f2f2f2;
	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;
}

<!--
-->
.def-dhtmlwindow {
	position: absolute;
	border: 1px solid black;
	visibility: hidden;
	BACKGROUND-COLOR: #1B666C;
	border: 1px solid #1B666C;
}

.def-drag-handle { /*CSS for Drag Handle*/
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 2;
	padding-left: 4px;
	padding-right: 0px;
	BACKGROUND-COLOR: 1B666C;
	color: #FFFFFF;
	font-size: 93%;
	font-weight: bold;
	font: bold 10pt Verdana, Arial;
	overflow: hidden;
	text-align: left;
}

.def-drag-handle .def-drag-controls {
	/*CSS for controls (min, close etc) within Drag Handle*/
	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%;
}

.def-drag-contentarea { /*CSS for Content Display Area div*/
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,
		StartColorStr='#B2C9CB', EndColorStr='#C5C6C6')
}

.def-drag-statusarea { /*CSS for Status Bar div (includes resizearea)*/
	border-top: 0px solid gray;
	background-color: #f2f2f2;
	height: 13px; /*height of resize image*/
}

.def-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;
}

<!--
-->
.dhtml-iframeDialog {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	margin: 0px;
	overflow: hidden;
	border: 0px;
	height: 100%;
	width: 100%;
	margin-top: -2px;
    margin-left: -1px;
}

.twofa-dhtmlwindow {
	position: absolute;
	border: 1px solid black;
	visibility: hidden;
	background-color: white;
}

.twofa-drag-handle { /*CSS for Drag Handle*/
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 2;
	padding-left: 5px;
	padding-right: 5px;
	background: url(../yui/build/assets/skins/sam/sprite.png) repeat-x 0
		-200px;
	color: #000;
	font-size: 93%;
	font-weight: bold;
	font: bold 14px Arial;
	overflow: hidden;
	width: auto;
}

.twofa-drag-handle .twofa-drag-controls {
	/*CSS for controls (min, close etc) within Drag Handle*/
	position: absolute;
	right: 1px;
	top: 2px;
	cursor: hand;
	cursor: pointer;
}

.twofa-drag-contentarea { /*CSS for Content Display Area div*/
	border-top: 0px solid brown;
	background-color: #f2f2f2;
	color: black;
	height: 150px;
	padding: 0px;
	overflow: auto;
}

.twofa-drag-statusarea {
	/*CSS for Status Bar div (includes resizearea)*/
	border-top: 0px solid gray;
	background-color: #f2f2f2;
	height: 13px; /*height of resize image*/
}

.twofa-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;
}

.swfp-dhtmlwindow {
	position: absolute;
	border: 1px solid black;
	visibility: hidden;
}

.swfp-dhtmlwindow_backup {
	position: absolute;
	border: 1px solid black;
	visibility: hidden;
	background-color: white;
}

.swfp-drag-handle { /*CSS for Drag Handle*/
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 0;
	padding-left: 0px;
	padding-right: 0px;
	color: #fff;
	overflow: hidden;
	width: auto;
}

.swfp-drag-handle .swfp-drag-controls {
	/*CSS for controls (min, close etc) within Drag Handle*/
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: hand;
	cursor: pointer;
}

.swfp-drag-contentarea { /*CSS for Content Display Area div*/
	border-top: 0px solid brown;
	color: #fff;
	padding: 0px;
	overflow: auto;
}

.swfp-drag-statusarea { /*CSS for Status Bar div (includes resizearea)*/
	border-top: 0px solid gray;
	background-color: #f2f2f2;
	height: 13px; /*height of resize image*/
}

.swfp-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;
}