.DWL{
	position: absolute;
	border: 2px solid black;
	visibility: hidden;
	background-color: white;
}

.DWLDragHandle{
	padding: 1px;
	text-align:left;
	text-indent: 3px;
	font: bold 12px Tahoma;
	background-color: blue;
	color: white;
	cursor: move;
	overflow: hidden;
	width: auto;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.DWLDragHandle .DWLDragControls{
	position: absolute;
	right: 1px;
	top: 2px;
	cursor: hand;
	cursor: pointer;
}

* html .DWLDragHandle{
	width: 100%;
}


.DWLDragContentarea{
	border-top: 1px solid black;
	background-color: white;
	color: black;
	height: 150px;
	padding: 2px;
	overflow: auto;
}

.DWLDragStatusarea{
	border-top: 1px solid gray;
	background-color: #F8F8F8;
	height: 13px;
}


.DWLDragResizearea{
	float: right;
	width: 13px;
	height: 13px;
	cursor: nw-resize;
	font-size: 0;
}

.DWLDragButtonsarea{
	text-align:center;
	padding:3px;
}

.DWLDragHandle.waiting{
	background-image:url(activity.gif);
	background-repeat:no-repeat;
}

.DWLDragStatusarea.waiting{
	background-image:url(progressbar.gif);
	background-repeat:no-repeat;
}
