div.floated {
	width: 400px;
	float: left;
	margin-left: 1em;
}

div#myElement {
	width: 100px;
	height: 100px;
	border: 1px solid black;
	background-color: #f9f9f9;
	float: left;
	display:none;
	
}

div#dropWork {
	width: 70px;
	height: 30px;
	overflow: hidden;
	padding:0px;
	margin:0px;
	text-align:center;
	
}

div#dropWork2 {
	width: 70px;
	height: 103px;
	overflow: hidden;
	padding:0px;
	margin-bottom:0px;
	text-align:center;
	
}

div#workdropcontainer, div#playdropcontainer {
width: 70px;
}

div#dropPlay {
	width: 70px;
	height: 30px;
	overflow: hidden;
	padding:0px;
	margin:0px;
	text-align:center;
	
}

div#dropPlay2 {
	width: 70px;
	height: 103px;
	overflow: hidden;
	padding:0px;
	margin:0px;
	text-align:center;
	
}

div#dropWork span, div#dropWork a {
	display: block;
	padding: 0;
	text-decoration:none;
	margin:0;
}

div#dropWork2 span, div#dropWork2 a {
	display: block;
	padding: 0;
	text-decoration:none;
	margin:0;
}

div#dropWork a:hover {
	
}

div#dropPlay span, div#dropPlay a {
	display: block;
	padding: 0 0 0 0px;
	text-decoration:none;
}

div#dropPlay2 span, div#dropPlay2 a {
	display: block;
	padding: 0 0 0 0px;
	text-decoration:none;
}

div#dropPlay a:hover {
	
}

div#dropWork a.menu, div#dropPlay a.menu {
	text-decoration:none;
	position:absolute;
	bottom:0px;
	left:0px;
	margin-bottom:-7px;
	
}

div#dropWork2 a.menu, div#dropPlay2 a.menu {
	text-decoration:none;
	position:absolute;
	bottom:0px;
	left:0px;
	margin-bottom:-7px;

}

div#dropWork2 img.label, div#dropPlay2 img.label {
	position:relative;
	top:7px;
}

div#dropWork img.label, div#dropPlay img.label {
	position:relative;
	top:7px;
}




.black {
	background-color:#000;
}

.grey {
	background-color:#d6d6d6;
}
