html,body { 	overflow:hidden; margin:0px 0px 0px 0px !important; background-image:none !important; 	}

h1#platform {
	position:	absolute;
	z-index:	3;
	top:		0px;
	left:		0px;
	right:		0px;
	height:		13px;

	margin:		0px;
	padding:	6px;

	background:	#333;
	color:		#fff;
	letter-spacing:	2px;
	font-size:	10px;
	font-weight:	normal;
	text-transform:	uppercase;
	text-align:	center;
}

#moodImgHolder { 	
	position:	absolute; 
	overflow:	hidden; 
	width:		100%; 
	height:		100%; 
	margin:		0px; 
	z-index:	1;		
}
#header { 
	margin-top: 	25px !important; 
	background:	#fff; 
	height:		30px !important; 
}

#logoHolder { float:left; }
#login { float:right; color:#000; text-transform:uppercase; font-size:9px; }
#login .fld { float:left; margin:-12px 10px 0 0px; }
#login label { clear:both; display:block; }
#login .btn { float:right; margin-top:-2px; }
#login input { padding:2px; width:120px; height:20px; outline:0px; }

/* vpn bridge check */
.lightboxCloseButtonHolder {
	display:	none;
}
.vpn_check_lb .lightboxContainer {
	border-radius:	20px;
	overflow:	hidden;
}
.vpn_check_lb .vpn_check {
	padding:	30px 30px 70px 30px;

	background-image: 	url(/i/ui/loaders/black/indicator-big.gif);
	background-repeat:	no-repeat;
	background-size:	20px auto;
	background-position:	center bottom 20px;

}


.lightboxContainerBody { 
	text-align:	center;
}
.lightboxContainerBody .btn {
	margin-top:	20px;
}
