.webuploader-container {
	position: relative;
}
.webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}
.webuploader-pick {
	position: relative;
	display: inline-block;
	cursor: pointer;
	background: #00b7ee;
	padding-left: 4px;padding-right: 4px;padding-top: 2px;padding-bottom: 2px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
}
.webuploader-pick-hover {
	background: #00a2d4;
}
.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events:none;
}

.webuploader{margin-top:4px; margin-bottom:4px; height:28px;}
.webuploader .selfile{border:1px dotted #E5E5E5;display:table;padding:2px; width:100%}
.webuploader .selfile:hover{border:1px dotted #00B7EE;}
.webuploader .progress{padding:10px;font-family:ËÎÌå;background-color:#FBCD23;border:1px dashed #FF9900;position:fixed;top:40%;left:40%;width:360px;display:none;z-index:99999;}
.webuploader .progress *{font-family:ËÎÌå !important; font-size:14px !important;}
.webuploader .progressBar{font-size: 0;width: 0%;height: 2px;background-color: blue;margin-top: 10px;}
.webuploader .upload_btn{width:100px;}
.webuploader .upload_drop{float:left;line-height:24px;margin-left:4px;color:#A9A9A9}