#uploadArea {
	width:490px;
	text-align:center;
	margin:0 auto;
}
.fileinput {
	margin-top: 12px;
}
.uploadBox {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}
#theprocess {
	text-align: center;
}


#cover {
	bottom:0;
	height:100%;
	left:0;
	margin:auto;
	padding:0;
	position:absolute;
	right:0;
	top:0;
	display:none;
	width:100%;
	z-index:999;
	background-image: url(../images/cover_bg.png);
}

#coverbox {
	left:50%;
	margin-left:-229px;
	margin-top:-90px;
	position:absolute;
	text-align:center;
	top:50%;
	background-image: url(../images/coverboxbg.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 85px;
	width: 379px;
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 50px;
	padding-left: 40px;
}

#coverbox img {
	float:left;
}

