body{
	background: #f5f5f5;
}
#main_content, #inner_body { background: none; min-height: 0;}
#auth_container h1 { padding-bottom: 10px; padding-top: 10px; color: #ea7225; font-size: 14px; font-weight: bold; }
#auth_container h2 { padding-bottom: 8px; padding-top: 8px; color: #ea7225; font-size: 13px; font-weight: bold; }
#login_form_container { 
	width: 287px; margin-right: auto; margin-left: auto;
}
#login_form{
	padding: 30px; border: 1px solid #e2e2e2; background: white; width: 225px;
	-webkit-box-shadow: 0px 0px 8px 0px #ddd;
	-moz-box-shadow: 0px 0px 8px 0px #ddd;
	box-shadow: 0px 0px 8px 0px #ddd;
}
.login_buttons { margin-bottom: 10px; margin-top: 10px; text-align: right; width: 100%; }
#auth_notice { text-align: center; font-weight: bold; color: #51b84d; margin: 10px; }
#auth_error { text-align: center; font-weight: bold; color: #d81c10; margin: 10px; }
#forgot_password{ display: none; }
#login_form fieldset{
	display: block;
}
#login_form input,#login_form label{
	display: block;
}

#login_form label.remember-me {
	display: inline-block;
}

#login_form input{
	width: 225px;
	padding: 2px;
	margin-bottom: 30px;
}
#login_form input[type=checkbox]{
	width: auto;
	display: inline;
	margin-bottom: 0;
}
#login_form_panel .std_grey_button{
	float: right;
}
.auth_logo{
	text-align: center;
	margin-bottom: 30px;
	width: 300px;
}
.auth_logo img {
	width: 100%;
}
#forgot_pass_form_container{
	padding: 10px;
}
#forgot_pass_form_container .forgot_pass_link{
	margin-top: 20px;
	display: block;
	color: #178FFF;
	margin-left: 20px;
}
#forgot_up_email{
	width: 140px;
	padding: 2px;
	margin-right: 5px;
}
#forgot_pass_form_container .forgot_up{
	display: none;
}

#forgot_pass_form_container.show .forgot_pass_link{
	display: none;
}
#forgot_pass_form_container.show .forgot_up{
	display: block;
}
#forgot_pass_form{
	display: inline;
}

.no-select {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}