
	.drag-target
	{
		border-radius:5px;
		display:inline-block;
		cursor:pointer;
		background-color:#eee;
		border:1px solid #ddd;
		border-bottom:2px solid #bbb;
		text-align:center;
		user-select:none;
		overflow:hidden;
		position:relative;
		vertical-align:middle;
		/*padding:5px;*/
		
		/*
		-webkit-box-sizing: border-box; 
		-moz-box-sizing: border-box;   
		box-sizing: border-box;  */       
	}
	
	.drag-target div
	{
		margin-top:2px;
	}
	
	.drag-target.no-background
	{
		border:none;
		background:none;
		box-shadow:none;
	}