html, body {
	height:100%;
}
body {
	background-color:#FFFFFF;
	margin:0;
	font-family:Arial;
	font-size:12px;
	overflow:hidden;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
}
body.password {
	overflow:auto;
}

/* CONNECT */
#connect {
	text-align:center;
	margin-top:20px;
}
#passwordForm {
	width:864px;
	padding:0 20px;
	margin:0 auto;
	min-height:100%;
	box-shadow:0 0 15px rgba(0,0,0,0.3);
	font-size:16px;
}
#passwordForm .logo {
	width:371px;
	margin:0 auto;
	display:block;
}
#passwordForm h1 {
	font-size:26px;
	color:#f39a21;
	font-weight:bold;
}
#passwordForm #connect_partner {
	text-align:center;
}
#passwordForm #connect_footer {
	text-align:center;
}

#passwordBlock {
	width:600px;
	/*height:180px;*/
	margin:0 auto;

	border:1px solid #BBB;
	background-color:#009FE3;
	border-radius:20px;
	box-shadow:0 0 20px rgba(0,0,0,0.3);
	padding:10px;
	text-align:center;
	margin-top:20px;
}
#passwordBlock input {
	border:1px solid #AAA;
/* 	border-radius:5px; */
	background-color:#FFF;
	box-shadow:0 0 2px rgba(0,0,0,0.5) inset;
	height:17px;
	margin-bottom:10px;
	padding:1px 5px;
	height:40px;
	width:560px;
	color:#7f8283;
	font-weight:bold;
	font-size:14px;
}
#passwordBlock button {
	border-radius:20px;
	background-color:#FFF;
	color:#009FE3;
	border:0;
	font-size:16px;
	font-weight:bold;
	padding:10px 20px;
	cursor:pointer;	
}

#home_connect {
 	position:absolute;
/*  	top:50%; */
 	left:50%;
	width:340px;
	height:180px;
	margin:0 auto;
/*  	margin-top:-90px;  */
 	margin-left:-170px;
	border:1px solid #BBB;
	background-color:#009FE3;
	border-radius:20px;
	box-shadow:0 0 20px rgba(0,0,0,0.3);
	padding:10px;
	text-align:center;
	margin-top:20px;
}
#password {
	position:absolute;
	left:50%;
	width:340px;
	margin-left:-170px;
	top:380px;
	color:#009FE3;
	text-decoration:none;
}
#password:hover {
	text-decoration:underline;
}
#home_title {
	font-size:18px;
	font-weight:bold;
	text-align:center;
/* 	text-transform:uppercase; */
	margin-bottom:10px;
	color:#FFF;
}
#home_connect input {
	border:1px solid #AAA;
/* 	border-radius:5px; */
	background-color:#FFF;
	box-shadow:0 0 2px rgba(0,0,0,0.5) inset;
	height:17px;
	margin-bottom:10px;
	padding:1px 5px;
	height:40px;
	width:280px;
	color:#7f8283;
	font-weight:bold;
	font-size:14px;
}
#home_connect button {
	border-radius:20px;
	background-color:#FFF;
	color:#009FE3;
	border:0;
	font-size:16px;
	font-weight:bold;
	padding:10px 20px;
	cursor:pointer;	
}
#home_connect_status {
	position:absolute;
	top:300px;
	left:50%;
	width:320px;
	height:120px;
	margin-top:80px;
	margin-left:-160px;
	text-align:center;
	color:#F00;
	font-weight:bold;
 	display:none;
	opacity:0;
	font-size:14px;
	background-color:#FFF;
	height:20px;
	
	line-height:20px;
	box-shadow:0 0 5px rgba(0,0,0,0.5);
	border-radius:20px;
}

#connect_partner {
	color:#009FE3;
	font-size:14px;
	font-weight:normal;
	margin-top:300px;
}
body.password #connect_partner {
	margin-top:50px;
}
#connect_partner img {
	margin-top:10px;
	border-radius:20px;
	box-shadow:0 0 10px rgba(0,0,0,0.5);
	padding:10px;
}


#connect_footer {
	color:#009FE3;
	font-size:16px;
	font-weight:bold;
	margin-top:30px;
}
#connect_partner img {
	margin-top:10px;
	border-radius:20px;
	box-shadow:0 0 10px rgba(0,0,0,0.5);
	padding:10px;
}

#loading {
 	background-color:#FFF;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
	z-index:100000;
	text-align:center;
}
#loading_track {
	width:300px;
	height:8px;
	border:1px solid #AAA;
	border-radius:5px;
	background-color:#FFF;
	box-shadow:0 0 2px rgba(0,0,0,0.5) inset;
	overflow:hidden;
	margin-top:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.5); 
}
#loading_thumb {
	background-color:#009FE3;
	width:0%;
	height:8px;
}
#loading_aux {
	font-size:18px;
/* 	font-weight:bold; */
	position:absolute;
	top:50%;
	left:50%;
	width:300px;
	height:50px;
	margin-top:-35px;
	margin-left:-160px;
/* 	border:1px solid #BBB; */
/* 	background-color:#009FE3; */
	border-radius:5px;
/*  	box-shadow:0 0 20px rgba(0,0,0,0.2);  */
	padding:10px;
	text-align:center;
	color:#666;
	font-weight:bold;
}


#home_browser {
	font-size:16px;
	font-weight:bold;
	color:#009fe3;
	width:600px;
	left:50%;
	margin-left:-300px;
	top:190px;
	position:absolute;
}
#home_browser a {
	color:#009fe3;
}