body {
    background-color: white;
    padding: 0px;
    margin: 0px;
    font-family: Arial;
    font-size: 12px;
}

.anchor { position: relative; width: 0px; height: 0px; }

.drop {
	border: 1px solid black;
	padding: 1px;
	width: 180px;
	height: 50px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.drag { 
	border: 1px solid black;
	padding: 1px;
	text-align: center;
	width: 150px;
	height: 25px;
}


#draggables div {
	cursor: move;
	background: #c17878;
	margin-bottom: 10px;
	position: relative;
	-moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
 
 
#droppables div {
	background: #000000;
}
 

#starman {
	position: absolute; 
	top: 0px; left: 0px;
	display: none; 
	width: 0px; height: 0px;
	z-index: 5;
}

#quizImageMask {
	overflow: hidden;
	width: 100%;
	height: 100%;
	border: 1px dashed gray;
	margin-bottom: 30px;
}
 