.dndTitleBar {
	font-face: arial;
	font-size: 12px;
	color: black;
	background-color: #add;
	font-weight: bold;
	border-bottom: 1px solid black;
	width:100%;
	height:25px;
	cursor:move;
}
			
.dndContent {
	font-face: arial;
	font-size: 12px;
	color: Black;
	background-color: #FFFFFF;
	line-height: 20px;
}

.dndModal{
	filter: Alpha(Opacity=45);
	background-color: white;
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
}