 #mask
 {
     position:absolute; /* important */
     top:0px; /* start from top */
     left:0px; /* start from left */
     height:100%; /* cover the whole page */
     width:100%;  /* cover the whole page */
     display:none; /* don't show it '*/

     /* styling bellow */
     background-color: gray;
     filter:alpha(opacity=60);
	 opacity: 0.60;
	 -moz-opacity:0.60;
  	 z-index: 100000000; 
 }




.userMessage
{
	display:none;
	position:absolute;
	top: 50%;
  	left: 50%;
  	margin-top: -50px;
  	margin-left: -240px;
	background:#fff url('../microsite/frame.png') no-repeat;
	width:487px;
	height:285px;
	opacity:1;
	color: black;
	font-size: 16px;
	
	filter:alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity:1;
	z-index: 100000001;
}


.userInfoWindow
{
	display:none;
	position:absolute;
	top: 50%;
  	left: 50%;
  	margin-top: -50px;
  	margin-left: -240px;
	background:#B2B2B2 url('../microsite/frame.png') no-repeat;
	background-size: 487px 355px;
	width:487px;
	height:355px;
	opacity:1;
	color: black;
	font-size: 16px;
	
	filter:alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity:1;
	z-index: 100000001;
}


.errorMessageGeneral
{
	display:none;
	position:absolute;
	top: 50%;
  	left: 50%;
  	margin-top: -50px;
  	margin-left: -240px;
	background:#fff url('../microsite/frame.png') no-repeat;
	width:487px;
	height:285px;
	opacity:1;
	color: black;
	font-weight: bold;
	filter:alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity:1;
	z-index: 100000001;
}



.downgradeFlashDialog
{
	position: absolute;
	
	
	display: none;
	z-index: 100000000;
	width: 700px;
	height: 135px;
	
	
}

.fConnectBtn, .fConnectBtn_narrow
{
	margin-bottom: 10px;
	margin-left: 23px;
	height: 34px;
	width: 134px;
	cursor: pointer;	
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}