.DragBox, .DragBoxHeader, .DragBoxBtn  {
	font-size: 14px;
	font-family: Arial, sans-serif;
	border: 1px solid #aaa;
}
.DragBox {
	position : absolute;
	padding: 0px;
	width: 160px;
	height: auto; 
	background-color: #eee;
	z-index: 1;
}
.DragBoxHeader {
	cursor: move;
	height: 14px;
	border-width: 0px 0px 1px 0px;
	background: #666;
	color: #eee;
	padding: 2px 6px;
	margin: 0px;
}
.DragBoxBtn {
	text-align: center;
	vertical-align: middle;
	width:16px;
	border-width: 0px 0px 1px 1px;
}
