.dnd_drag {
	BACKGROUND-COLOR: white
}
.dnd_drop {
	BORDER-RIGHT: white 1px solid; BORDER-TOP: white 1px solid; BORDER-LEFT: white 1px solid; BORDER-BOTTOM: white 1px solid
}
.dnd_drop_over {
	BORDER-RIGHT: white 1px solid; BORDER-TOP: black 1px solid; BORDER-LEFT: white 1px solid; BORDER-BOTTOM: white 1px solid
}
.dnd_remote {
	WIDTH: 180px; POSITION: absolute
}
