/*
UploadiFive
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
*/


.uploadifive-queue-item {
	position: relative;
	background: #ffffff;
	margin-left: 6px;
	border: 1px solid #cdcdcd;
	font: 11px Arial, Helvetica, Sans-serif;
	margin-top: 3px;
	padding: 10px;
	padding-right: 20px;
	min-width: 450px;
	font-size: 9px;
	z-index: 9999900000;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-moz-box-shadow: 2px 2px 6px #222222;
	-webkit-box-shadow: 2px 2px 6px #222222;
	box-shadow: 2px 2px 6px #222222;
}
.uploadifive-queue-item .close {
	background: url('../pic/valloaddel.jpg') 0 0 no-repeat;
	position: absolute;
	right: 6px;
	top: 10px;
	height: 13px;
	text-indent: -9999px;
	width: 12px;
}
.uploadifive-queue-item .progress {
	border: 1px solid #D0D0D0;
	height: 3px;
	margin-top: 5px;
	width: 100%;
}
.uploadifive-queue-item .progress-bar {
	background-color: #046391;
	height: 3px;
	width: 0;
}
#dm_upl-button {
	border: 0px;
}
#upl_file_queue, .uploadifive-queue {
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 9999000000;
}

.upl_cls {
	border: 0px;
	padding-top: 9px;
  background-image: url(../pic/dm_upload.png);
  background-repeat: no-repeat;
  background-position: center center;
}