#drop_zone {
	background-color: #EEE;
	position: relative;
	width: 200px;
	height: 50px;
	border: 2px dashed #AAA;
	border-radius: 6px;
	padding: 10px;
	text-align: center;
	cursor: cell;
	font-size: 16px;
}
p.error {
	color: red;
}
table.file {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 400px;
	background-color: aliceblue;
}
.save {
	cursor: pointer;
	color: blue;
}
.save:hover {
	font-weight: bold;
}