

.drop-target
{
	vertical-align:middle;
	position:relative;
	display:inline-block;
	
	border:1px solid rgba(0,0,0,0.2);
	
	border-top-width:2px;
	background-color:rgba(0,0,0,0.1);
	border-radius:5px;
	background-image:url('../../../bin/img/clear-striped-texture.png');
	background-color:rgba(230,230,230,0.8);
}