
#loginScreen {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 300px;
	width: 400px;
	
	background: black;
	border-radius: 12px;
	opacity: .8;
	
	z-index: 999;
	display: none;
	
	font-size: 16px;
	font-weight: bold;
	font-family: sans-serif;
	color: white;
	
	padding: 20px;
}

#loginScreen #close {
	position: absolute;
	top: 0;
	right: 0;
	
	width: 32px; 
	height: 32px;
	text-align: center;
	line-height: 32px;
	
	color: #DDD;
	font-weight: bold;
	font-family: sans-serif;
	
	cursor: pointer;
}

#loginScreen .Button, .MainUiStyleButton {
	width: 280px;
	height: 32px;
	line-height: 32px;
	font-size: 24px;
	border-radius: 8px;
	margin: 12px auto;
	text-align: center;
	font-weight: bold;
	font-family: sans-serif;
	background: black;
	color: white;
	border: 2px white solid;
}

.Button:hover, .MainUiStyleButton:hover {
	background: white;
	color: black;
	cursor: pointer;
}

.LoginScreenOption {
	display: none;
}

#loginScreen .Button.Bottom, .SubMessage {
	position: absolute; 
	bottom: 10px; 
	left: 0px; 
	right: 0px; 
	margin: 0px auto;	
}

#circumventFb {
	cursor: pointer;
	text-decoration: underline;
}

#loading {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 43px;
	height: 11px;
	display: none;
}

#viafb {
	text-align: center;
}
