.DragableWrapper
{
	width:300px;
	height:300px;
	top:0;
	left:0;
	position:absolute;
	
}

.DragableDataArea
{
	width:100%;
	height:100%;
	overflow:auto;
	background-color:#fff;
	border:1px solid black;
}

.DragableTitleArea
{
	border:1px solid black;
	border-bottom:none;
	cursor: move;
	background-color:#9ABCEA;
	color:#FFF;
	font-weight:bold;
	font-size:15pt;
	height:30px;
	margin:0;
	padding:0;
	width:100%;
}

.drabableTitle
{
	padding:2px;
	float:left;
}

.drabableTitleClose
{
	padding:2px;
	float:right;
}
