.drag {
	position: absolute;
	height:180px;
}

.pdrag, .pdragTax {
	position: absolute;
	display: inline-block;
	padding:10px;
	width:135px;
	text-align: center;
	border-radius: 10px;
	background:#64b238;
	color:#FFF;
	font-size: 28px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5)
}


.drop, .dropTax {
	position: absolute;
	height: 47px;
	width: 148px;
	border-radius: 10px;
	background: rgba(255,255,255,0.5);
	border: dashed 2px #FFF;
	margin-left: -16px;
}

.dropimg {
	position: absolute;
	height:170px;
	width:120px;
	border-radius: 10px;
	background:rgba(255,255,255,0);
	border: none;
}