#home {
	padding:20px 10px;
}

#homeUsernameInput {
	display:block;
	margin:40px auto 0px;
	width:198px;
}
#homePasswordInput {
	display:block;
	margin:10px auto 0px;
	width:198px;
}

#homeRememberMe {
	display:block;
	width:234px;
	margin:10px auto 0px;
	font-size:14px;
	color:#999999;
}
#homeRememberMeInput {
	margin:0px;
}

#homeSignInFailed {
	display:none;
	width:234px;
	margin:5px auto;
	color:#CC0000;
}

#homeForgetPasswordBox {
	width:234px;
	height:15px;
	text-align:right;
	margin:5px auto 0px;
}

#homeForgetPassword {
	font-size:10px;
	color:#999999;
}

#homeSignIn {
	display:block;
	width:232px;
	height:0px;
	padding-top:44px;
	background:-1px -1px no-repeat;
	overflow:hidden;
	margin:10px auto 0px;
}

#homeCreateAnAccount {
	display:block;
	width:232px;
	height:0px;
	padding-top:44px;
	background:-1px -46px no-repeat;
	overflow:hidden;
	margin:12px auto 0px;
}

#homeOr {
	width:100px;
	height:20px;
	font-size:14px;
	font-weight:bold;
	margin:30px auto;
	text-align:center;
}

#homeSignInThrough {
	font-size:18px;
	width:232px;
	height:30px;
	text-align:center;
	margin:0px auto 20px;
}

#homeFacebook {
	display:block;
	width:232px;
	height:0px;
	padding-top:44px;
	background:url(home.1.webp);
	overflow:hidden;
	margin:0px auto 10px;
}
#homeTwitter {
	display:block;
	width:232px;
	height:0px;
	padding-top:44px;
	background:url(home.1.webp) -1px -46px;
	overflow:hidden;
	margin:0px auto 10px;
}
#homeGoogle {
	display:block;
	width:232px;
	height:0px;
	padding-top:44px;
	background:url(home.1.webp) -1px -91px;
	overflow:hidden;
	margin:0px auto 10px;
}

#homeRememberMe2 {
	display:block;
	width:234px;
	font-size:14px;
	color:#999999;
	margin:10px auto 10px;
}
#homeRememberMeInput2 {
	margin:0px;
}

#homeSigningIn,
#homeResendingConfirmationEmail {
	display:none;
	width:inherit;
	height:inherit;
	padding:100px 0px 50px;
	text-align:center;
	font-size:18px;
	background-repeat:no-repeat;
	background-position:top 50px center;
}

#homeEmailNotConfirmed {
	display: none;
	padding:50px 0px;
	text-align: center;
}
#homeEmailNotConfirmedTitle {
	color: #FF0000;
}
#homeEmailNotConfirmedText,
#homeEmailNotConfirmedResendText {
	width:260px;
	text-align:justify;
	margin:10px auto 10px;
}
#homeResendConfirmationEmail {
	display:block;
	width:232px;
	height:0px;
	padding-top:44px;
	background:-1px -91px no-repeat;
	overflow:hidden;
	margin:20px auto 0px;
}

#homeConfirmationEmailResent {
	display: none;
	padding:100px 0px;
	text-align: center;
}
#homeConfirmationEmailResentTitle {
	color: #58B729;
}
#homeConfirmationEmailResentText {
	width:260px;
	text-align:justify;
	margin:10px auto 10px;
}