.bf-upload-box{
	font-family: arial,sans-serif;
	font-size: 12px;
	margin: 0px 0px;
	/*background: whitesmoke;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 20px;*/
	position: relative;
}
.bf-upload-form{
	visibility: hidden;
	width: 0px;
	height: 0px;
}
.bf-upload-form  *{
	width: 0px;
	height: 0px;
}
.bf-upload-param-container{
	margin: 10px 0px;
	overflow: hidden;
}
.bf-upload-file-container-scroll{
	margin: 10px 0px;
}
.bf-upload-file-container{
}
.bf-upload-file-input{
}
.bf-upload-select-button{
	width: 356px;
	margin: 0 auto;
	text-align: center;
	line-height: 49px;
	font-size: 20px;
	font-weight: bold;
	background: url('https://www.file-upload.net/images/button2.png');
	border-radius: 4px;
	height: 49px;
	cursor: pointer;
	color: white;
	text-shadow: #000 1px 1px 2px;
	margin-bottom: 20px;
}

.prozent{
	margin:auto;
	text-align:center;
	overflow: hidden;
	width: 354px;
	height:16px;
	position: absolute;
	color: #bbb;
	font-size:12px;
}

.bf-upload-button{
	width: 356px;
	margin: 0 auto;
	text-align: center;
	line-height: 49px;
	font-size: 20px;
	font-weight: bold;
	background: url('https://www.file-upload.net/images/button2.png');
	border-radius: 4px;
	height: 49px;
	cursor: pointer;
	color: white;
	text-shadow: #000 1px 1px 1px;
}
.bf-upload-cancel-button{
	width: 356px;
	margin: 0 auto;
	text-align: center;
	line-height: 49px;
	font-size: 20px;
	font-weight: bold;
	background: url('https://www.file-upload.net/images/button2.png');
	border-radius: 4px;
	height: 49px;
	cursor: pointer;
	color: white;
	text-shadow: #000 1px 1px 2px;
}
.bf-upload-file-box{
	background: white;
	border: 1px solid #eee;
	border-radius: 2px;
	color: black;
	position: relative;
	height: 16px;
	overflow: hidden;
	margin: 5px;
	padding: 2px;
}
.bf-upload-info.right{
	color: #bbb;
	overflow: hidden;
	height: 15px;
	float: left;
	text-align: right;
	width: 25%;
}
.bf-upload-info.left{
	color: #bbb;
	overflow: hidden;
	height: 15px;
	float: left;
	text-align: left;
	width: 73%;
	margin-left: 2%;
}
.bf-upload-file-box .progress{
	border-radius: 1px;
	opacity: 0.5;
	background: greenyellow;
	border: 1px solid greenyellow;
	position: absolute;
	width: 0px;
	height: 16px;
	left: 1px;
	top: 1px;
}
.bf-upload-file-box.error .progress{
	background: #FF3333;
	border: 1px solid #FF3333;
}
.bf-upload-file-details{
	font-family: arial,sans-serif;
	font-size: 12px;
	width: 300px;
	height: 200px;
	padding: 5px;
	border: 1px solid black;
	background: white;
	position: absolute;
	border-radius: 5px;
}

	.alt-upload{
		width: 250px;
		margin: 20px auto;
	}
	.alt-upload-form{
	}
	.alt-upload-button{
		width: 356px;
		margin: 0 auto;
		text-align: center;
		line-height: 49px;
		font-size: 20px;
		font-weight: bold;
		background: url("https://www.file-upload.net/images/button2.png");
		border-radius: 4px;
		height: 49px;
		cursor: pointer;
		color: white;
		text-shadow: #000 1px 1px 2px;
	}
	.alt-file-input{
		position: relative;
		text-align: right;
		z-index: 2;
		margin-bottom: 10px;
	}