.qq-uploader {
	position: relative;
	width: 100%;
}

.qq-uploader ul {
	list-style: none!important;
}

.qq-upload-button {
	display: block;
	padding: 10px 15px;
	float: left;
	text-align: center;
	background: #CCC;
	border: 1px solid #666;
	color: #333;
}

.qq-upload-button-hover {
	background: #333;
	color: #ccc;
}

.qq-upload-button-focus {
	outline: 1px dotted #000;
}

.qq-upload-drop-area,.qq-upload-extra-drop-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 30px;
	z-index: 2;
	background: #ff9797;
	text-align: center;
}

.qq-upload-drop-area span {
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -8px;
	font-size: 16px;
}

.qq-upload-extra-drop-area {
	position: relative;
	margin-top: 50px;
	font-size: 16px;
	padding-top: 30px;
	height: 20px;
	min-height: 40px;
}

.qq-upload-drop-area-active {
	background: #ff7171;
}

.qq-upload-list {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
	float: left;
}

.qq-upload-list li {
	margin: 0;
	padding: 9px;
	line-height: 15px;
	font-size: 16px;
	background-color: #fff0bd;
}

.qq-upload-file,.qq-upload-spinner,.qq-upload-size,.qq-upload-cancel,.qq-upload-retry,.qq-upload-failed-text,.qq-upload-finished {
	margin-right: 12px;
}

.qq-upload-spinner {
	display: inline-block;
	background: url("../img/loading.gif");
	width: 15px;
	height: 15px;
	vertical-align: text-bottom;
}

.qq-drop-processing {
	display: none;
}

.qq-drop-processing-spinner {
	display: inline-block;
	background: url("../img/processing.gif");
	width: 24px;
	height: 24px;
	vertical-align: text-bottom;
}

.qq-upload-finished {
	display: none;
	width: 15px;
	height: 15px;
	vertical-align: text-bottom;
}

.qq-upload-retry {
	display: none;
	color: #000;
}

.qq-upload-cancel {
	color: #000;
}

.qq-upload-retryable .qq-upload-retry {
	display: inline;
}

.qq-upload-size,.qq-upload-cancel,.qq-upload-retry {
	font-size: 12px;
	font-weight: normal;
}

.qq-upload-failed-text {
	display: none;
	font-style: italic;
	font-weight: bold;
}

.qq-upload-failed-icon {
	display: none;
	width: 15px;
	height: 15px;
	vertical-align: text-bottom;
}

.qq-upload-fail .qq-upload-failed-text {
	display: inline;
}

.qq-upload-retrying .qq-upload-failed-text {
	display: inline;
	color: #d60000;
}

.qq-upload-list li.qq-upload-success {
	background-color: #5da30c;
	color: #fff;
	border: 1px solid green;
	border-top: 0;
}

.qq-upload-list li.qq-upload-success:first-child {
	border-top: 1px solid green;
}

.qq-upload-list li.qq-upload-fail {
	background-color: #d60000;
	color: #fff;
	border: 1px solid red;
	border-top: 0;
}

.qq-upload-list li.qq-upload-fail {
	border-top: 1px solid red;
}

.qq-progress-bar {
	background: -moz-linear-gradient(top,#1e5799 0,#2989d8 50%,#207cca 51%,#7db9e8 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#1e5799),color-stop(50%,#2989d8),color-stop(51%,#207cca),color-stop(100%,#7db9e8));
	background: -webkit-linear-gradient(top,#1e5799 0,#2989d8 50%,#207cca 51%,#7db9e8 100%);
	background: -o-linear-gradient(top,#1e5799 0,#2989d8 50%,#207cca 51%,#7db9e8 100%);
	background: -ms-linear-gradient(top,#1e5799 0,#2989d8 50%,#207cca 51%,#7db9e8 100%);
	background: linear-gradient(to bottom,#1e5799 0,#2989d8 50%,#207cca 51%,#7db9e8 100%);
	width: 0;
	height: 15px;
	border-radius: 6px;
	margin-bottom: 3px;
	display: none;
}