.box {
	width: 200px;
	height: 200px;
	background-color: #fefefe;
	text-align: left;
	margin: 1px;
	float: left;
}
.other {
	width: 200px;
	height: 200px;
	background-color: #ddd;
	text-align: center;
	margin: 1px dotted;
	float: left;
}
#drop {
	width: 320px;
	height: 100px;
	text-align: left
	margin: 1px;
	border: dotted 1px grey;
}
