.html5multiupload a {
	cursor: pointer;
}
.html5multiupload .Btn {
	background: #ccc;
	padding: 15px 15px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	border-radius: 3px;
	min-width: 114px;
	text-align: center;
}
.html5multiupload .Btn:hover {
	text-decoration: none;
	background: #ddd;
}
.html5multiupload .Title {
	font-size: 11px;
}
.html5multiupload .File .Title {
	padding: 0 0 7px 0;
	text-align: center;
}
.html5multiupload .DragAndDrop {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 5px;
	border: 2px dashed #ddd;
	min-height: 110px;
	min-width: 114px;
}
.html5multiupload .DragAndDrop .Void { 
	height: 100px;
	width: 100px;
	background: #eee;
	color: #ccc;
	font-size: 12px;
	text-align: center;
	padding-top: 42%;
}
.html5multiupload .DragAndDrop.dragover{
	border: 2px dashed #aaa;
}
.html5multiupload input.html5multiupload {
	display: none;
	position: absolute;
}
.html5multiupload .Queue {
	width: 100%;
}
.html5multiupload .QueueItem {
	display: block;
	margin: 0 0 10px 0;
}
.html5multiupload .QueueItem > * {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}

.html5multiupload .Queue .Icon img{
	width: 100%;
	vertical-align: top;
	display: inline-block;
	padding-right: 10px;
}
.html5multiupload .Progress {
	display: none;
	font-size: 11px;
	width: 115px;
	position: relative;
	margin-bottom: 10px;
	background: inherit;
}
.html5multiupload .Progress .Bar {
	width: 0%;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	border-radius: 3px;
}
.html5multiupload .Progress .Percent {
	display: inline-block;	
	vertical-align: middle;
	position: absolute;
	padding-left: 5px;
	left: 0;
	right: 0px;
}
.html5multiupload .Queue .RemoveSmall {
	-moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    transform: translate(0px, 0px);
}
.html5multiupload .Queue .RemoveSmall:before {
	 content: "";
}
.html5multiupload .Files {
	padding-top: 8px;
}
.html5multiupload .Files .File {
	position: relative;
	display: inline-block;
	margin: 0px 15px 5px 0;
	text-align: center;
}
.html5multiupload .Files .File img {
	position: relative;
	display: inline-block;
}
.html5multiupload .Files .File:hover .Remove {
	display: inline-block;
}
.html5multiupload .Files .File .Remove {
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 14px;
	display: none;
	z-index: 100000;
}
.html5multiupload .Files .File .DeleteMessage {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	padding: 36% 0 0 0;
	text-align: center;
	background: rgba(255, 255, 255, 0.9);
	display: none;
	z-index: 1000;
}
.html5multiupload .Files .File .DeleteMessage .Question {
	text-align: center;
}

.html5multiupload .Files .File .DeleteMessage a {
	cursor: pointer;
}