@charset "UTF-8";
/* CSS Document */

.opaqueLayer {
	display:none; /*was none */
	position:absolute;
	top:0px;
	left:0px;
	opacity:0.6;
	filter:alpha(opacity=60);
	z-Index:1000;
	background-color: #000;	
}

.questionLayer {
/*	position: fixed;
	top: 3%;
	left: 1%;
	width: 95%;
	height: 90%; */
	display:flex;
	justify-content:center;
	width: 100vw;
	height: 100vh;
	display:none; 
	z-Index:1001;
	text-align:center;
	vertical-align:middle;
	
}
body {
	overflow-x:hidden
}
        .preloader {
	align-self:center;			
	background-color: #FFF;
	height: 600px;
	width: 600px;
	border: 1px solid #999;
	border-radius: 25px 25px 25px 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	-moz-border-radius-bottomleft: 25px;
	-moz-border-radius-bottomright: 25px;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	text-align: center;
	margin: 0 auto;	
}
        .preloader .close {
	text-align: right;
	padding-right: 25px;
}
        .preloader .close input {
	color: #FFF;
	background-color: #999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
}

 .preloader .close input:hover {
	color:#FFF;
	background-color: #990000;	 
 }
        .preloader p .lightgrey {
	color: #999;
	font-size: 13px;
}
        .preloader .marketTxt {
	font-size: 20px;
	font-family: Verdana, Geneva, sans-serif;
	color: #3399cc;
}.preloader .image {
	margin-top: 50px;
}