.submit-loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(255,255,255,0.9);
	display: none;
}
.submit-loader.show {
	display: block;
}
.submit-loader img {
	margin-top: 40%;
	
}
.submit-loader h2 {
	font-size: 30px;
	color: #CC0000;
}
#required, #card-errors {
	color: #CC0000;
	display: none;
	font-weight: bold;
}