.filedrag {
	min-height: 100px;
	font-weight: normal;
	text-align: center;
	padding: 0.5em 0.5em;
	/*margin: 1em 0;*/
	color: black;
	border: 2px dashed #555;
	border-radius: 7px;
	cursor: default;
}
.filedrag:hover {
	/*color: #f00;*/
	border-color: #f00;
	border-style: solid;
	/*box-shadow: inset 0 3px 4px #888;*/
}
.filedrag_hover {
	/*color: #f00;*/
	border-color: #f00;
	border-style: solid;
	/*box-shadow: inset 0 3px 4px #888;*/
}

