.qq-uploader {
	position: relative;
	width: 100%;
	margin: 0
}
#keepAspect {
	position: static;
	margin-left: 0;
}
#logoPopverDiv label {
	padding-left:0;
}
.qq-upload-button {
	display: block;
	width: auto;
	text-align: center;
	font-weight: 700;
	cursor: pointer;
	color: #ffffff;
	background:#337AB7;
	font-size: 16px;
	padding: 8px 0;
	margin: 0 auto 10px;
	cursor: pointer;
}
.qq-upload-button input {
	cursor: pointer
}
.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 {
	list-style: none;
	margin: 0;
	padding: 0
}
.qq-upload-list li {
	line-height: 15px;
	font-size: 12px;
	background-color: #FFF0BD;
	border-radius: 5px;
	margin: 5px 0;
	padding: 5px 7px
}
.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-retry {
	display: none;
	color: #000
}
.qq-upload-cancel {
	color: #000
}
.qq-upload-size, .qq-upload-cancel, .qq-upload-retry {
	font-size: 12px;
	font-weight: 400
}
.qq-upload-failed-text {
	display: none;
	font-style: italic;
	font-weight: 700
}
.qq-upload-retrying .qq-upload-failed-text {
	display: inline;
	color: #D60000
}
.qq-upload-list li.qq-upload-success {
	background-color: #ebffd4;
	color: #5DA30C
}
.qq-upload-list li.qq-upload-fail {
	background-color: #FFD3D0;
	color: #D60000
}
.qq-progress-bar {
	background: linear-gradient(tobottom, rgba(30,87,153,1) 0 rgba(41,137,216,1) 50% rgba(32,124,202,1) 51% rgba(125,185,232,1) 100%;
	width: 0;
	height: 15px;
	border-radius: 6px;
	margin-bottom: 3px;
	display: none
}
.qq-upload-finished, .qq-upload-failed-icon {
	display: none;
	width: 15px;
	height: 15px;
	vertical-align: text-bottom
}
.qq-upload-retryable .qq-upload-retry, .qq-upload-fail .qq-upload-failed-text {
	display: inline
}
