<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.upload {
	margin:0 15px 5px 0;
	position:relative;
	min-height:24px;
	text-align:left;
}
div.upload object {
	visibility:visible;
}

div.item div.upload {
	float:left;
}


div.upload b {
	display:inline-block;
	height:24px;
	line-height:24px;
	float:left;
	padding:0 5px;
	margin:0 5px 5px;
	background:#DDD;
	border-radius:2px;
}


div.upload div.item_hide {
	margin:6px 0;
	line-height:16px;
	height:16px;
}


div.uploadifyQueue {
	position:absolute;
	top:-5px;
	left:105px;
	width:280px;
	margin:0;
	z-index:9999;
}

div.completed {
	background-color: #E5E5E5;
}

div.uploadifyQueueItem {
	background: #FFF;
	font:11px Verdana, Geneva, sans-serif;
	margin:5px 0;
	padding:2px;
	border:1px solid #333;
}
div.uploadifyQueueItem span.fileName {
	wh ite-space:nowrap;
}
div.uploadifyQueueItem span.percentage {
	w hite-space:nowrap;
}


div.uploadifyProgress {
	background-color: #E5E5E5;
	width: 100%;
	margin:4px 0 0 0;
}
div.uploadifyProgressBar {
	background-color: #0099FF;
	height:10px;
	width: 1px;
}

div.uploadifyError {
	background-color: #FDE5DD !important;
	border: 2px solid red !important;
}
div.uploadifyQueueItem .cancel {
	float: right;
}


a.remuve_img {
	display:inline-block;
	width:16px;
	height:16px;
	background:url('/images/backend/button_delete.png') no-repeat 0 0;
	cursor:pointer;
	margin:0 3px;
	float:right;
}
</pre></body></html>