.simple-upload-dragover {
	background-color:#eef
}

.simple-upload-filename {
	margin-right:.5em
}

.dropZone {
	width: 100%;
	height: 200px;
	border: 2px dashed #ccc;
	text-align: center;
	line-height: 200px;
	font-size: 25px;
	font-weight: bold;
	border-radius: 10px;
	}

#limit {
	/*margin-bottom: 10px;*/
	width: 0px;
 	height: 0px;
 	overflow: hidden;
	}

#limit_message {
	display: none;
	margin-top: 25px;
	}

.simple-upload-dragover {
	background-color: #eef;
	}

.simple-upload-filename {
	margin-right: 0.5em;
	}

.simple-upload-progress {
	background-color: #C7C7C7;
	border-color: #C7C7C7;
	}