.DragHelper {
	position: absolute; 
	display: none; 
	cursor: move;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}	

.DragDropSource {
	cursor: auto;
}

.DragDropSourceHover {
	background-color: #F0F0F0;
	cursor: move;
}

.DragDropTarget {
	border: 2px solid #FFFFFF;
}

.DragDropTargetHover {
	border: 2px solid #FFB842;
}
