
.dragDiv {
	position:absolute;
	float:left;
	border-color: black;
	border-style: solid;
	border-width: 2px;
	width: 80px;
	overflow: hidden;
}

.dragDiv img {
	width: 80px;
	height: 80px;
	border-width: 0px;
}

.dragDiv input {
	border: 0px;
	font-size: 10px;
	color: rgb(60, 70, 80);
	font-weight: bold;
	width: 98%;
	clear: both;
}

html>body .dragDiv input {
	width: 100%;
}

.dragCursor {
	height: 15px;
	width:80px;
	background-color: #22539c;
	cursor: move;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align : center;
}
