@charset "utf-8";
body,html {
/*	cursor: ew-resize;*/
	background-color: #888;
/*    background-image:url("../_images/Grid_Lt-Gray.gif");*/
	user-select: none;
	scrollbar-width: none;
/*	overflow-y: hidden;  	Hides both horizontal and vertical scrollbars and disables scrolling */
}

#contact {
    font-family: "Trebuchet MS", Segoe, "Segoe UI", "DejaVu Sans",  Verdana, sans-serif;		
}

#formContainer {
    position: relative;
    padding: 0;
}
.hidden {
    visibility: hidden;
}

#formContainer {
    width: 620px;
    position: relative;
    top: 150px;
    padding: 3px;
    color:#fff;
    margin: 0 auto;
}


#contact {
    width: 100%;
    height: 1080px;
    background-image:url("../appImages/Grid_Gray.gif");
    color: white;
}	
.form-group {
    width: 650px;
}
#overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    top:0;
    background-color: rgba(0,0,0, 0.8);
}
#loaderImg {
    position: relative;
    top: 400px;
    display: block;
    margin: 0 auto;
    width: 46px;
    height: 46px;
}			
#loaderImg {
    position: relative;
    top: 400px;
    display: block;
    margin: 0 auto;
    width: 46px;
    height: 46px;
}
#infoTextBox {
    position: relative;
    width: 1280px;
    height: 600px;
    margin: 0 auto;
    padding: 50px;
    background-color: rgba(0,0,0, .5);
    top: 150px;
    color: #fff;
    font-size: 2em;
    border-radius: 20px;
}
#infoTextBox p{
    text-align: center;
}
