#preloader {
	position: fixed;
	z-index:100000;
	top:40%;
	width:100%;
}
#preloader .message {
	position: absolute;
	left:32%;
	padding:0 1%;
	margin-top: 70px;
	background-color:rgba(0, 0, 0, 0.8);
	border-radius:6px;
	border: none;
	color:#fff;
	text-align:center;
	width:34%;
}
#preloader .loader {
	position: absolute;
	left:50%;
	margin-left:-28px;
	background-color:rgba(0, 0, 0, 0.8);
	border-radius:6px;
	height: 56px;
	width:56px;
	line-height:56px;
	text-align:center;
}
#preloader .loader img {
	opacity:0.9;
}
#preloader .message .inside {
	padding:20px;
}


#outerDiv {
	position: fixed;
	z-index:1000000000000;
    height: 100%; 
    width: 100%;
	background-color:rgba(0, 0, 0, 0.5);
    text-align: center; 
	margin-top:0px;
	margin-bottom:0px;
}
#outerDiv .message {
	position: absolute;
	left:32%;
	padding:0 1%;
	background-color:rgba(0, 0, 0, 0.8);
	border-radius:6px;
	border: none;
	color:#fff;
	text-align:center;
	width:34%;
    top: 44%;
    left: 34%;
}
#outerDiv .message .inside {
	padding:20px;
}

#loderDiv {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: -25px -25px;
	background-color:rgba(254, 254, 254, 0.8);
	border-radius:6px;
}

#loderDiv img{
	opacity:0.9;
}
