/* FILE UPLOADER | TECH TEMPLATE 
 * Adaptation needed
*/
.fileuploader-dropbox-panel {
	float: left;
	color: #B2B2B2;
	font-size: 13px;
	line-height: 23px;
}
.fileuploader-dropbox:before {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
.fileuploader-dropbox {
	width: 482px;
	overflow: hidden;
	position: relative;
	top: 10px;
	margin-bottom: 10px;
	padding: 10px 0 0 10px;
		border-radius: 3px;
		background: #F2F2F2;
			-moz-box-shadow:0px 1px 0px rgb(255,255,255) ,inset 0px 1px 3px rgba(0,0,0,0.25);
			-webkit-box-shadow:0px 1px 0px rgb(255,255,255) ,inset 0px 1px 3px rgba(0,0,0,0.25);
			box-shadow:0px 1px 0px rgb(255,255,255) ,inset 0px 1px 3px rgba(0,0,0,0.25);
}
.fileuploader-dropbox .primary b:before {
	content: 'V';
	font-family: 'CR-regular';
	width: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	border-radius: 100%;
	background: url(../../images/bg_black50.png);
	position: absolute;
	z-index: 99;
	left: 50%; top: 50%;
	margin: -20px 0 0 -20px;
	color: #ffffff;
}
	.fileuploader-dropbox i {
		width: 150px; height: 103px;
		display: block;
		float: left;
		cursor: pointer;
		position: relative;
		background: #ffffff;
		margin: 0 8px 8px 0;
		border: 1px solid #858585;
		-moz-border-radius:8px 8px 0 0;
	}
		/*.fileuploader-dropbox i:after {
			content: 'x';
			display: none;
			float: right;
			position: absolute;
			top: -8px; right: -8px;
				font-family: 'CR-regular';
				background: #ffffff;
				color: #D80000;
				border-radius: 100%;
		}
			.fileuploader-dropbox i:hover:after {
				display: block;
			}*/

		.fileuploader-dropbox img {
			width: 100%; height: 100%;
		}
			.fileuploader-dropbox i.uploading img {
				visibility: hidden;
			}
		/*.fileuploader-dropbox i.uploading:before {
			content: 'W';
			position: absolute;
			top: 50%; left: 50%;
			margin: -11px 0 0 -11px;
				font-size: 22px;
				color: #A2A2A2;
				line-height: 22px;
				font-family: 'CR-regular';
		}*/

 		.qq-upload-button{
			margin-top: -24px;
			padding-left: 24px;
			width: 60px;
		}
