 #fader {
	background: #000000;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 20;
}
#progress-box {
	background: #FFFFFF url('/img/ajax-loader.gif') 50% 80% no-repeat;
	border-radius: 6px;
	display: none;
	font-family: Arial;
	font-size: 13px;
	height: 80px;
	left: 50%;
	margin-left: -140px;
	padding: 20px 15px 0;
	position: fixed;
	text-align: center;
	transition: all 0.4s ease-out 0s;
	width: 280px;
	z-index: 40;
}