body {
	background-color: transparent !important;
	margin: 0px;
	padding: 0px;
	font-family: "Microsoft Sans Serif";
	font-size: 9pt;
	height: 215px;
	width: 700px;
}

/* -- Drag Area -- */

.dragcase {
	cursor: move;
	background-color: transprent !important;
	width: 75px;
	border: 0px solid red;
	position: absolute;
	top: 78px;
	left: 1px;
}

#target_1 {
	position: absolute;
	top: 77px;
	left: 480px;
}
/* -- End Drag Area -- */

/* -- Drop Area -- */

.dropcase {
	display: block;
	border: 0;
	padding: 0px;
	background: transparent !important;
	width: 96px;
	height: 71px;
	border: 0px dotted #000;
	text-align: center;
	font-size: 100%;
}

.droppable {
	cursor: move;
	}

.sorthover {
    border: 2px solid #ccc;
}

/* -- End Drop Area -- */
