/*[fmt]1A90-1A0A-B*/
/*Have ideas for improving this CSS for the general community? Submit your changes at: https://github.com/Valums-File-Uploader/file-uploader*/
.qq-uploader {
	position: relative;
	width: 100%;
	margin-bottom: 0;
}

.qq-upload-button-hover {
	/*[disabled]background:#0000CC;*/
}
.qq-upload-button-focus {
	/*[disabled]outline:1px dotted #000000;*/
}
.qq-upload-drop-area, .qq-upload-extra-drop-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 50px;
	z-index: 2;
	background: #E4A9E5;
	text-align: center;
}
.qq-upload-drop-area span {
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -9px;
	font-size: 17px;
	line-height: 17px;
}
.qq-upload-extra-drop-area {
	position: relative;
	margin-top: 50px;
	font-size: 17px;
	padding-top: 30px;
	height: 20px;
	min-height: 40px;
}
.qq-upload-drop-area-active {
/*When files are dragged over the drop-area*/
	background: #E453E7;
}
.qq-upload-list {
	margin: 9px 0 0;
	padding: 0;
	list-style: none;
}
.qq-upload-list li {
	color: #FFFFFF;
	margin: 0 0 1px;
	padding: 9px;
	overflow: hidden;
	line-height: 17px;
	font-size: 17px;
	list-style: none;
	/*+text-shadow:none;*/
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	-o-text-shadow: none;
	text-shadow: none;
	/*+border-radius:5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	background-color: #E613BF !important;
	background: #A30C5D -moz-linear-gradient(-45deg, rgba(170,60,45, 0), rgba(170,60,45, 0) 10%, rgba(209,0,146, 0.4) 30%, rgba(209,0,146, 0.4) 50%, rgba(170,60,45, 0) 50%, rgba(170,60,45, 0));
	background-size: 120px 120px;
	-webkit-animation-name: gradientShift;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-fill-mode: both;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: gradientShift;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-fill-mode: both;
	-moz-animation-timing-function: linear;
}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
	margin-right: 13px;
/*Place text above loading bar*/
	z-index: 250;
	position: relative;
}
.qq-upload-spinner {
	display: inline-block;
	background: url("../images/loading.gif");
	width: 17px;
	height: 17px;
	vertical-align: text-bottom;
}
.qq-upload-size, .qq-upload-cancel {
	font-size: 13px;
	font-weight: normal;
}
.qq-upload-failed-text {
	display: none;
}
.qq-upload-fail .qq-upload-failed-text {
	display: inline;
}
.qq-upload-list li.qq-upload-success {
	background: #A30C5D;
	color: #FFFFFF;
}
.qq-upload-list li.qq-upload-fail {
	background: #0000AF;
	color: #FFFFFF;
}
.qq-upload-button:hover {
	background: #5BBB0F;
}
.qq-upload-button:active {
	top: 3px;
}
.qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
	float: right;
}
.qq-upload-spinner {
	display: none;
}
.qq-progress-bar {
	width: 51%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0;
	/*[disabled]position:relative;*/
	/*[disabled]z-index:0;*/
	/*[disabled]width:600px;*/
	/*[disabled]height:60px;*/
	/*[disabled]padding-right:5px;*/
	/*[disabled]-moz-border-radius:9px;*/
	/*[disabled]-webkit-border-radius:9px;*/
	/*[disabled]border-radius:9px;*/
	background-color: #A30C5D;
	/*+box-shadow:0px 0px 15px #45000D;*/
	-moz-box-shadow: 0px 0px 15px #45000D;
	-webkit-box-shadow: 0px 0px 15px #45000D;
	-o-box-shadow: 0px 0px 15px #45000D;
	box-shadow: 0px 0px 15px #45000D;
	/*+border-radius:5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.qq-upload-cancel {
	color: #000080;
}
.qq-upload-success .qq-progress-bar {
	display: none;
}
@-webkit-keyframes gradientShift {
	0%   {background-position-x: 0px;}
    100% {background-position-x: 120px;}
}

@-moz-keyframes gradientShift {
	0%   { background-position: 0px 0; }
    100% { background-position: 120px 0; }
}

/* rndz */