body {
	background: white;
}
	
#title {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 410px;
	height: 152px;
	margin: 0px;
	background: url('/theme_clean/tapeciarz_logo.jpg') top left no-repeat;
}

#title span {display:none;}

#tError {
	position: absolute;
	top: 200px;
	left: 80px;
	width: 599px;
	height: 70px;
	padding: 7px;
	font: bold 12px courier;
	color: red;
}

#tError h1 {
	margin-top: -5px;
	font: bold 18px courier;
	color: #ff0000;
	display: red;
}
	
#uploading {
	visibility:hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 755px;
	height: 531px;
	filter: alpha(opacity=90);
	opacity: .9;
	border: 1px solid #999999;
	background: #efefef;
	text-align: center;
	z-index: 200;
}

#uploading span {
	display: block;
	margin-top: 200px;
	font: bold 82px arial;
}

#help {
	position: absolute;
	top: 10px;
	left: 90px;
	width: 599px;
	height: 70px;
	padding: 7px;
	font: 10px verdana;
	color: #333333;	
}