.uploadBox {
clear:both;
width:450px;
padding: 5px 15px 5px 15px;
float:left;
background:url(http://www.hoffschmidt.de/shop/skin/frontend/default/inspire-blue/images/uploader/box_305.png) 0 0;
}

.controll {
float:left;
width:100%;
margin-top:10px;
}

.legend {
font-weight:bold;
}
#uploaded {
font-size:10px;
}
.rcorner305{float:left;margin-bottom:5px;margin-left:-5px;margin-top:10px;}
.rcorner305 .tl{background:transparent url(http://www.hoffschmidt.de/shop/skin/frontend/default/inspire-blue/images/uploader/tl.png) repeat scroll 0% 0%;float:left;height:13px;width:13px;}
.rcorner305 .tc{background:transparent url(http://www.hoffschmidt.de/shop/skin/frontend/default/inspire-blue/images/uploader/tc.png) repeat scroll 0% 0%;float:left;height:13px;width:454px;}
.rcorner305 .tr{background:transparent url(http://www.hoffschmidt.de/shop/skin/frontend/default/inspire-blue/images/uploader/tr.png) repeat scroll 0% 0%;float:left;height:13px;width:13px;}
.rcorner305 .bl{background:transparent url(http://www.hoffschmidt.de/shop/skin/frontend/default/inspire-blue/images/uploader/bl.png) repeat scroll 0% 0%;clear:both;float:left;height:13px;width:13px;}
.rcorner305 .bc{background:transparent url(http://www.hoffschmidt.de/shop/skin/frontend/default/inspire-blue/images/uploader/bc.png) repeat scroll 0% 0%;float:left;height:13px;width:454px;}
.rcorner305 .br{background:transparent url(http://www.hoffschmidt.de/shop/skin/frontend/default/inspire-blue/images/uploader/br.png) repeat scroll 0% 0%;float:left;height:13px;width:13px;}

.progressWrapper {
float:left;
width:305px;
margin-top:10px;

}

.progressContainer {
margin: 0 0 10px 0;
padding: 0 10px 0 50px;
width:245px;
float:left;
background-image: url(http://www.hoffschmidt.de/shop/skin/frontend/default/inspire-blue/images/uploader/icon_uploaded.png);
background-repeat: no-repeat;
background-position: 0px 0px;

}

.swfupload {
float:left;
}
a.btmCancel {
float:left;
width:82px;
height:22px;
border:0;
margin-left:20px;
background-image: url(http://www.hoffschmidt.de/shop/skin/frontend/default/inspire-blue/images/uploader/cancel.png);
background-repeat: no-repeat;
background-position: 0px 0px;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {

}

/* Current */
.green {

}

/* Complete */
.blue {


}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	width: auto;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 3px;
	background-color: #CC0000;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 100%;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 10px;
	display: block;
  width:auto;
	text-decoration:none;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}
