#crp_preloader {
	/*
	**	The preloader position gets set to
	**	either "fixed" or "absolute".
	*/
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#crp_preloader .crp_loader_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.1;
}

#crp_preloader .crp_loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background: rgba(255, 255, 255, 0.5);
}

#crp_preloader .crp_progress_notification {
	position: absolute;
	bottom: 6px;
	width: 100%;
	text-align: center;
}

#crp_preloader .crp_progress_percentage {
	/*
	**	This rule is only necessary if a global
	**	style is applied to all span tags.
	*/
	position: relative;
	float: none;
}

#crp_preloader .crp_progress_bar {
	position: absolute;
	top: 0;
	width: 100%;
	height: 0;
	border-bottom: 2px solid #fff;
}

#crp_preloader .crp_progress_loaded {
	position: relative;
	width: 0;
	height: 100%;
	border-bottom: 2px solid rgba(63, 72, 204, 0.8);
	box-shadow: 0 0 2px rgba(63, 72, 204, 0.5);
}

#crp_preloader .crp_progress_notification.error {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	background: #fff;
	border-top: 5px solid #f00;
}

#crp_preloader .crp_progress_bar.error {
	display: none;
}

.crp_preloader_not_found_error {
	/*
	**	Change image path to match your setup.
	*/
	position: relative;
	background: #fff url(loading-error.png) no-repeat center;
	box-shadow: inset 0 0 0 1px #aaa;
}
