html, body{
/*	height: 100%;*/
}
html, body{
	background: #007dc6;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	/*line-height: 105%;*/
	color: #3b4e62 !important;
}
body.r1-wallmart{
	margin:0;
	/*min-width: 1024px;*/
}
*:focus {
    outline: 0;
}
/*Sign-in-Page
--------------------------------------------------------------------------------------------------------------------------------------------------*/
.r1-wallmart .center-pane{
	position: relative;
	margin: 0 auto;
	width: 500px;
	margin-top: 80px;
	padding-top: 120px;
}

.r1-wallmart .center-pane .logo{
	position: absolute;
	left: 18px;
	top: 6px;
	width: 448px;
	height: 68px;
	background: url('/Design/LoginForm/WM/vision/sign-in-logo.png') center no-repeat;
}

.r1-wallmart .center-pane .error-pane{
	position: absolute;
	left: 0;
	top: 80px;
	width: 100%;
	overflow: hidden; 
	text-align: center;
}

.r1-wallmart .center-pane .error-pane .error{
	position: relative;
	overflow: hidden; 
	padding: 5px 10px;
	color: #fff;
	background: #ff0000;
	text-align: center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 300px;
	margin: 0 auto;
	font-size: 90%;
}

.r1-wallmart .center-pane .sign-in-block{
	position: relative;
	margin-left: 50px;
}

.r1-wallmart .center-pane .sign-in-block .input-pane{
	position: relative;
	width: 100%;
	background: #fff;
	border: 4px solid #79b9e7;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding-left: 110px;
	height: 38px;
	overflow: hidden;
	width: 265px;
}

.r1-wallmart .center-pane .sign-in-block .label-pane{
	position: absolute;
	left: 0;
	top: 0;
	background: #dfebed;
	padding-left: 20px;
	color: #444444;
	font-size: 110%;
	line-height: 38px;
	width: 90px;
}

.r1-wallmart .center-pane .sign-in-block .input-pane input{
	background: transparent;
	border: 0;
	height: 38px;
	font-size: 120%;
	width: 92%;
	padding-left: 4%;
	padding-right: 4%;
}

.r1-wallmart .center-pane .button-pane{
	position: relative;
	text-align: center;
	width: 100%;
	margin-left: -20px;
	margin-top: 10px;
}

.r1-wallmart .center-pane .button-pane .send-btn{
	background: #fdba30;
	font-size: 140%;
	color: #444;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	padding: 10px 30px;
	border: 0;
	font-weight: bold;
	width: 180px;
}
.r1-wallmart .center-pane .button-pane .send-btn:hover{
	background: #fdc248;
}

.r1-wallmart .center-pane .forgot-pane{
	position: relative;
	text-align: center;
	width: 100%;
	margin-top: 20px;
	margin-left: -20px;
}
.r1-wallmart .center-pane .forgot-pane a.link{
	text-decoration: none;
	color: #ffca5c;
	font-size: 100%;
}
.r1-wallmart .center-pane .forgot-pane a.link:hover{
	color: #ffd785;
}

/*Password-Recovery-Page
--------------------------------------------------------------------------------------------------------------------------------------------------*/
.r1-wallmart .center-pane .password-recovery-block{
	position: relative;
	margin-left: 50px;
}

.r1-wallmart .center-pane .password-recovery-block .input-pane{
	position: relative;
	width: 100%;
	background: #fff;
	border: 4px solid #79b9e7;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding-left: 110px;
	height: 38px;
	overflow: hidden;
	width: 265px;
}

.r1-wallmart .center-pane .password-recovery-block .label-pane{
	position: absolute;
	left: 0;
	top: 0;
	background: #dfebed;
	padding-left: 20px;
	color: #444444;
	font-size: 110%;
	line-height: 38px;
	width: 90px;
}

.r1-wallmart .center-pane .password-recovery-block .input-pane input{
	background: transparent;
	border: 0;
	height: 38px;
	font-size: 120%;
	width: 92%;
	padding-left: 4%;
	padding-right: 4%;
}

.r1-wallmart .center-pane .password-recovery-block .input-pane .send-email-btn{
	background: #fdba30;
	border: 0;
	line-height: 38px;
	font-size: 120%;
	width: 80px;
	position: absolute;
	right: 0;
	font-size: 100%;
	padding: 0;
	cursor: pointer;
}
.r1-wallmart .center-pane .title-pane{
	font-size: 120%;
	position: relative;
	font-size: 120%;
	padding: 0;
	cursor: pointer;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}
.r1-wallmart .center-pane .password-recovery-block .input-pane .send-email-btn:hover{
	background: #fdc248;
}
.r1-wallmart .center-pane .password-recovery-block .button-pane .send-btn{
	width: 280px;
}
.r1-wallmart .center-pane .password-recovery-block .button-pane .send-btn:hover{
	background: #fdc248;
}
.r1-wallmart .center-pane .check-pane{
	position: relative;
	text-align: center;
	width: 100%;
	margin-left: -20px;
	color: #fff;
}
.r1-wallmart .center-pane .back-pane{
	position: relative;
	text-align: center;
	width: 100%;
	margin-top: 20px;
	margin-left: -20px;
}
.r1-wallmart .center-pane .back-pane a.link{
	text-decoration: none;
	color: #ffca5c;
	font-size: 100%;
}
.r1-wallmart .center-pane .back-pane a.link:hover{
	color: #ffd785;
}
/*Text------------------------------------------------------------------------------------------------------------------------------------------*/

.r1-wallmart .hor-spacer{
	clear:both;
	height: 15px;
}
.r1-wallmart .half-hor-spacer{
	clear:both;
	height: 10px;
}
.r1-wallmart .double-hor-spacer{
	clear:both;
	height: 20px;
}
