/*
	Author Name: 	vektorrausch Gmbh
	Author Site	: 	http://vektorrausch.de
	Style Name	: 	Buchwerft Upload
	Style URI	:	http://buchwerft.de
	Version	    : 	1.0 beta
	Comments	: 	Designanpassung fuer buchwerft.de
*/

/* Overlay
*********************************************************/

#overlay {
	position:absolute;
	top:0;
	left:0;
	z-index:90;
	width:100%;
	height:100%;
	background-color:#000;
	-moz-opacity:0.75;
	opacity:0.75;
}

a.close img {
	position:absolute;
	right:6px;
	top:5px;
	border:none;
}

#uploadprogress {
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	z-index: 100;
	width:711px;
	height:446px;
	margin-left:-355px;
	margin-top:-223px;
	background:url(upload-popup.gif) no-repeat left top;
	font:18px normal Arial, Verdana, sans-serif;
	color:#111;
}

#bytesstart,
#bytestotal {
	position:absolute;
	top:-2em;
	text-align:center;
	font-size:100%;
	color:#111;
}

#bytestotal { right:0; }

#bytesuploaded {
	text-align:center;
	font-size:100%;
	color:#111;
}

#progressbar {
	position:relative;
	margin:240px 20px 1em;
	display:block;
	height:100px;
	width: 670px;
}

#uploadprogress p {
	margin:0.2em 20px;
	text-align:right;
}

#uploadprogress p span {
	float:left;
	display:block;
	text-align:left;
}

#achievedprogress {
	height:60px;
	padding-top:40px;
	background:#fff;
	border-right:1px solid #EE7F01;
	overflow:hidden;
}

