.html5multiupload .Btn {
	background: #ccc;
	padding: 20px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.html5multiupload .DragAndDrop {
	width: 74%;
	height: 39px;
	background: #ccc;
	display: inline-block;
	padding-top: 20px;
	vertical-align: top;
	text-align: center;
}
.html5multiupload .DragAndDrop.dragover{
	border: 2px dashed #aaa;
	width: 73%;
	height: 35px;
	padding-top: 18px;
}
.html5multiupload input.html5multiupload {
	display: none;
	position: absolute;
}
.html5multiupload .Queue {
	width: 100%;
}
.html5multiupload .QueueItem {
	display: block;
	margin: 2% 0 2% 0;
}
.html5multiupload .QueueItem > * {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}
.html5multiupload .Queue .Icon {
	width: 50px;
}

.html5multiupload .Queue .Icon img{
	width: 100%;
	vertical-align: top;
	display: inline-block;
}
.html5multiupload .Progress {
	display: none;
}
.html5multiupload .Progress .Bar {
	width: 0%;
	height: 20px;
	background: #ccc;
	display: inline-block;
	vertical-align: middle;
}
.html5multiupload .Progress .Percent {
	display: inline-block;	
	vertical-align: middle;
}
.html5multiupload .Files .File {
	position: relative;
	display: inline-block;
}
.html5multiupload .Files .File:hover .Remove {
	display: inline-block;
}
.html5multiupload .Files .File .Remove {
	position: absolute;
	top: 5px;
	right: 5px;
	display: none;
}
.html5multiupload .Files .File .DeleteMessage {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	padding: 40% 0 0 0;
	text-align: center;
	background: rgba(255, 255, 255, 0.7);
	display: none;
}
.html5multiupload .Files .File .DeleteMessage .Question {
	text-align: center;
}