.qq-uploader { position: relative; width: 98%; padding: 4px 0; background: #f6f6f6; }
.qq-upload-success { color:#9BBB36; }

.qq-upload-button {
	display:block; /* or inline-block */
	padding:7px 0;text-align:center;
	border-bottom:1px solid #ddd;color:#fff;font-weight:bold;text-shadow:1px 1px 0 #b2ca1a;
	background: #e4df20; /* Old browsers */
	background: -moz-linear-gradient(top, #e4df20 0%, #b2ca1a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4df20), color-stop(100%,#b2ca1a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e4df20 0%,#b2ca1a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e4df20 0%,#b2ca1a 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #e4df20 0%,#b2ca1a 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4df20', endColorstr='#b2ca1a',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #e4df20 0%,#b2ca1a 100%); /* W3C */
	border-radius:3px;border:1px #b1ca18 solid;margin:0 auto;
}
.qq-upload-button-hover, .qq-upload-drop-area {
	box-shadow:0 0 4px 1px #d6e222;
	background: #d6e222; /* Old browsers */
	background: -moz-linear-gradient(top, #d6e222 0%, #b2ca1a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6e222), color-stop(100%,#b2ca1a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d6e222 0%,#b2ca1a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d6e222 0%,#b2ca1a 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #d6e222 0%,#b2ca1a 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6e222', endColorstr='#b2ca1a',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #d6e222 0%,#b2ca1a 100%); /* W3C */
}
.qq-upload-button-focus {outline:1px dotted black;}

.qq-upload-drop-area {
   position:absolute; top:0; left:0; width:100%; height:100%; min-height: 45px; z-index:2;
   text-align:center;  min-height: 45px;
}
.qq-upload-drop-area span {
    display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:15px;
}
.qq-upload-drop-area-active {box-shadow:0 0 8px 1px #b2ca1a;color:#fff;}

.qq-upload-list {margin:15px 35px; padding:0; list-style:disc;}
.qq-upload-list li { margin:0; padding:0; line-height:15px; font-size:12px;}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {margin-right:7px;}

.qq-upload-file {}
.qq-upload-spinner {display:inline-block; background: url("../imgs/loading_fileuploader.gif"); width:15px; height:15px; vertical-align:text-bottom;}
.qq-upload-size,.qq-upload-cancel {font-size:11px;}

.qq-upload-failed-text {display:none;color:red;font-weight:bold;}
.qq-upload-fail .qq-upload-failed-text {display:inline;}