@charset "utf-8";
/* CSS Document */

#backgroundPopup{
background-image: url(../images/backgroundGrid.gif);
background-repeat: repeat;
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
z-index:997;
}

#backgroundDim{
background: black;
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
z-index:996;
}

#popup 						{ position:fixed; _position:absolute; /* hack for internet explorer 6*/ width: 656px; height: 319px; text-align: left; z-index:999; display:none; }  

.XButton 					{ float: right; position:relative; display:block; width:37px; height:37px; margin: -6px -4px 0px 0px; z-index:999; }
a.XButton 					{ background: url(../images/X.png) no-repeat left top; }
a:hover .XButton 			{ background-position-y: -37px; }

/******* LOADING *******/  
#popupLoading{  
	width: 753px; height: 246px;
	background: url(../images/loader-popup.gif) no-repeat center center;
    text-align: center;  
    position:relative;
    visibility: hidden; 
} 

/******GENERAL POPUP WINDOW SETTINGS*******/
.aboutContent				{ height: 350px; background: url(../images/about-PUBG.png) no-repeat; }
.aboutContent h2			{ width: 328px; height: 24px; float: left; text-indent: -9999px; margin: 34px 0px 15px 34px; background: url(../images/headings-Sprites.png) left -56px no-repeat; }
.aboutContent p				{ width: 345px; float: left; margin: 0px 0px 10px 34px; font-size: 14px; line-height: 18px; }
.aboutContent .rwgdsLogo	{ width: 240px; height: 225px; float: right; margin: 20px 12px 0px 20px; background: url(../images/RWGDS_logo-vert-black.png) no-repeat center; }

.contactContent				{ height: 319px; background: url(../images/contact-PUBG.png) no-repeat; }
.contactContent .left		{ width: 285px; float: left; margin: 0px 10px 0px 34px;}
.contactContent .right		{ width: 305px; float: left; font-size: 12px; }
.contactContent h2			{ width: 400px; height: 24px; float: left; text-indent: -9999px; margin: 34px 0px 15px 34px; background: url(../images/headings-Sprites.png) left -80px no-repeat; }
.contactContent h3			{ font-size: 16px; color: red; margin-bottom: 8px;}
.contactContent p			{ font-size: 14px; line-height: 18px; margin-bottom: 10px; }
.contactContent p span		{ font-size: 12px; font-weight: normal;}
