#file-uploader {display: block;float: left;width: 100%;padding-left:10%;padding-right:10%;}
#form-uploader {display: block;float: left;width: 100%;padding-left:10%;padding-right:10%;}
@media (min-width: 920px){
	#file-uploader {display: block;float: left;width: 100%;padding-left:20%;padding-right:20%;}
	#form-uploader {display: block;float: left;width: 100%;padding-left:20%;padding-right:20%;}	
}
.qq-uploader {
	float: left;
	position: relative;
	/*width: 220px;*/
}
.qq-upload-button {
display: block;
background-color: rgb(231, 231, 221);
padding: 5px;
color: #222;
text-align: center;
border:1px solid black;
width:100%;

}
.qq-upload-button img {height: 17px;margin-top: -6px;padding-right: 10px;}
.qq-upload-button input {
	width: 100% !important;
	height:100% !important;
	cursor: pointer !important;
}
.qq-upload-button-hover {
	background-color: #222;
	color: rgb(231, 231, 221);
}
.qq-upload-drop-area {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-color: #417793;
	font-weight: 700;
	padding: 8px 0 0 0;
	height: 26px;
	width: 220px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	z-index: 10;
}
.qq-upload-drop-area-active {
	background-color: #3b424a;
}
.qq-upload-list {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.qq-upload-list li {
	display: block;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-failed-text {
	float: left;
}
.qq-upload-size, .qq-upload-failed-text {
	height: 24px;
	/*padding: 6px 0 0 0;*/
	font-size:12px;
}
.qq-upload-failed-text {
	background-image: url(../img/iconWarning.png);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	padding-left: 36px;
	font-weight: bold;
	color: #BC3838;
}
a.qq-upload-cancel {
	float: right;
	padding: 5px 10px;
	background-color: #f9f9f9;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	border: 1px solid #e5e5e5;
}
a.qq-upload-cancel:hover {
	background-color: #e5e5e5;
	cursor: pointer;
}
.qq-upload-file {
	float: left;
	width: 220px;
	font-weight: bold;
	padding-bottom: 5px;
	font-size:12px;
}
.qq-upload-spinner {
	clear: both;
	float: left;
	background: url(../img/uploading.gif);
	width: 20px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: 0 7px;
}
.qq-upload-failed-text {
	display: none;
}
.qq-upload-fail .qq-upload-failed-text {
	display: block;
	float: left;
}
