.uploadQueue li {
	background: url('../../../img/libs/widgets/upload.png') no-repeat 0 5px !important;
	padding: 0 0 3px 22px;
	margin: 0 5px;
	float: left;
	width: 280px;
	border: 1px solid #000;
	white-space: nowrap;
	overflow-x: hidden;
}
.uploadQueue .queueFile { overflow: hidden;  }
.uploadQueue .queueSize {
	color: #aaa;
	margin-left: 1em;
	font-size: 0.9em;
}
.uploadQueue .queueLoader {
	position: relative;
	margin: 3px 15px;
	font-size: 0.9em;
	overflow: hidden;
	background-color: #ddd;
	color: #fff;
	border: 1px inset #ddd;
	width: 150px;
}
.uploadQueue .queueSubloader {
	text-align: center;
	position: absolute;
	background-color: #81B466;
	height: 100%;
	width: 0%;
	left: 0;
	top: 0;
}
.uploadQueue .inputDelete {
	width: 16px;
	height: 16px;
	text-decoration: none;
	border: none;
	position: relative;
	float: right;
	z-index: 10;
	margin-top: 5px;
	background: url('../../../img/libs/widgets/delete.png') no-repeat 0 0 #fff;
}