#overlay{
	display:block;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: #333;
	z-index:100;
	text-align:center;
}

#noscript{
	margin-top:100px;
	font-size:18px;
	color: #888;
}

#noscript p{
	margin:30px;
}

#noscript em{
	color: #bbb;
	font-style:normal;
}

#progress-bar{
	width:120px;
	height:100px;
	overflow:hidden;
}

#box {
	padding:0;
	margin:0;
    width: 120px;
    height: 100px;
	background: #888;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	z-index:101;
}

#perc {
    background: #2aaaff;
    height: 100px;
}

#mask{
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
	border:none;
	z-index: 102;
}

#progress-wrapper{
	text-align:center;
	display:block;
	margin:300px auto 0 auto;
	width:120px;
	height:100px;
	overflow:hidden;
	padding:0;
	position:relative;
}
