.loader-outer,
.saver-outer {
	font-size: 15pt;
	font-weight: bold;
	position: absolute;
	left: 50%;
	top: 40%;
	width: 10em;
	margin-left: -5em;
	text-align: center;
}

.loader-background,
.saver-background {
	background: #fffc;
	border: 1px solid #dedede4d;
	position: absolute;
	left: 2em;
	top: -0.5em;
	right: 2em;
	bottom: -0.5em;
}

.blink-loader {
	position: relative;
	padding: 0;
	line-height: 1;
}

.blink-loader .barlittle {

	background-color: #2187e7;
	background-image: -moz-linear-gradient(45deg,#2187e7 25%,#a0eaff);
	background-image: -webkit-linear-gradient(45deg,#2187e7 25%,#a0eaff);
	border-left: 1px solid #111;
	border-top: 1px solid #111;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	-moz-transform: scale(0.7);
	-webkit-transform: scale(0.7);
	-moz-animation: move-blink-loader 1s infinite linear;
	-webkit-animation: move-blink-loader 1s infinite linear;
	animation-delay: 0s;
}
.blink-loader .block_1 {
	-moz-animation-delay: .4s;
	-webkit-animation-delay: .4s;
}
.blink-loader .block_2 {
	-moz-animation-delay: .3s;
	-webkit-animation-delay: .3s;
}
.blink-loader .block_3 {
	-moz-animation-delay: .2s;
	-webkit-animation-delay: .2s;
}
.blink-loader .block_4 {
	-moz-animation-delay: .3s;
	-webkit-animation-delay: .3s;
}
.blink-loader .block_5 {
	-moz-animation-delay: .4s;
	-webkit-animation-delay: .4s;
}

@-moz-keyframes move-blink-loader {
	0% {
		-moz-transform: scale(1.2);
		opacity: 1;
	}
	100% {
		-moz-transform: scale(0.7);
		opacity: 0.1;
	}
}

@-webkit-keyframes move-blink-loader {
	0% {
		-webkit-transform: scale(1.2);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(0.7);
		opacity: 0.1;
	}
}