/*代理的按钮*/
.upload-el {position:absolute;}
.upload-el div {position:relative;overflow:hidden;}
.upload-el .uploader {position:absolute; right:0; margin:0; padding:0;border:0; cursor: pointer;font-size:200px; filter:alpha(opacity=0); opacity:0;}

/*队列*/
.upload-queue {zoom:1;  display:none}
.upload-queue:after {display:block;content:'\20';height:0;clear:both}
.upload-queue .queue {position:relative;}
.upload-queue ul {position:relative; z-index:2; height:24px; margin:0; padding:0; border-bottom:1px solid #F0F2F6; color:#666; overflow:hidden;}
.upload-queue ul:nth-child(2n) { background:#F8F8F8;}
.upload-queue .last-queue ul {border-bottom:none;}
.upload-queue li {float:left; height:24px; line-height:24px; padding-left:10px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.upload-queue .f-name {width:220px;}
.upload-queue .f-progress {width:100px;}
.upload-queue .f-size {width:60px;}
.upload-queue .f-operate {float:right;padding-right:10px;}
.upload-queue .f-operate a {color:#000!important; text-decoration:none;}

/*进度条*/
.upload-progress {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	height:24px;
	overflow:hidden;
	background:#B4D9FC;
	background:-webkit-linear-gradient(top, #C1E4FD, #B4D9FC 100%);
	background:-moz-linear-gradient(top, #C1E4FD, #B4D9FC 100%);
	background:-o-linear-gradient(top, #C1E4FD, #B4D9FC 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#C1E4FD', endColorstr='#B4D9FC');
}

.upload-error .upload-progress {background:#FEE8D6; filter:0; width:100%;}
.upload-error .f-progress {color:#c00;}
.uploader-init-error {color:#aaa!important;}