.hideuplodifybutton { position: absolute; left: -99999px; }
.file-wrapper input { position: absolute; left: -99999px; }
.html5upload { position: relative; }
.file-wrapper input[type=file] { position: absolute; left: 0; top: 0; opacity: 0; }
.uploadifytag { background-image: url(../../../images/justselling/uploadifive-cancel.png); background-repeat: no-repeat; height: 14px; width: 14px; display: inline-block; background-position: 3px 0; }
.uploadifyimgwrapper { margin: 10px 10px 0 5px; float: left;}
.uploadifive-queue .error { display:none; }
.uploadifive-button { background-image: url(../../../images/justselling/blue_button_fix_de.png); color: transparent; cursor: pointer; }
.uploadifive-button input{ cursor: pointer; opacity: 1; display:block !important; width: 142px !important; height: 31px !important; }
.upload-overlay { display: none; }
.upload-overlay .inner-bg { position:fixed; top:0px; left:0; height: 100%; width: 100%; overflow: hidden; z-index: 99998; background: #666; opacity:0.5;cursor: pointer; }
.upload-overlay .inner-content { position:fixed; margin:auto;background: white; top: 50%; left: 50%; width: 400px; height: 300px; margin-top: -150px; margin-left: -200px; z-index: 99999; border: 1px solid gray; border-radius: 5px; }
.upload-overlay .text { position: relative;padding: 30px 20px 20px 20px; }
.upload-overlay .close { position: absolute; right: 10px; top: 10px;cursor: pointer; }


.uploadifyQueueItem {
	background-color: #F5F5F5;
	border: 2px solid #E5E5E5;
	font: 11px Verdana, Geneva, sans-serif;
	margin-top: 5px;
	padding: 10px;
	width: 350px;
}
.uploadifyError {
	background-color: #FDE5DD !important;
	border: 2px solid #FBCBBC !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}

.uploadify-queue-item .cancel a { background: url('../../../images/justselling/upload-cancel.png') 0 0 no-repeat; }

.uploadifyQueue .completed {
	background-color: #E5E5E5;
}
.uploadifyProgress {
	background-color: #E5E5E5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	height: 3px;
	width: 1px;
}

.upload-button , .uploadify-button,  .file-wrapper1{
	border-radius: 0px;
}
.upload-button a , .uploadify-button a, .file-wrapper1 a{
	border: none;
border-radius: 0px;
}
