/* Autologin DIV */

#autologinShade {
	display: none;
	width: 100%;
	height: 100%;
	z-index: 6;
	position: absolute;
	background-color: #000;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}

#autologin {
	display: none;
	position: absolute;
	margin-left: -200px;
	left: 50%;
	top: 75px;
	width: 400px;
	text-align: center;
	padding: 155px 20px 20px;
	z-index: 7;
	background: url(/resources/page/images/icon_loader_big.gif) 50% 80px no-repeat #FFF;
	border: 5px solid #666666;
}

#autologin h2 {
	font-weight: 700;
}