@CHARSET "UTF-8";
/**NEW LOGIN **/
div#login-box {
	display: none;
	position: absolute; /* You must have this */
	z-index: 1400 !important;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	overflow: hidden;
	background-color: black;
}

#login-form-wrapper{
	position: absolute;
	width: 506px;
	height: 310px;
	top: 50%;
	margin-top: -155px;
	left: 50%;
	margin-left: -260px;
	background-color: white;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}

div#login-box form {
	display: block;
	background-color: white;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
}

#login-form-wrapper #login-form-header{
	background-color: transparent;
	background-image: url(//static-cdn.storeden.com/img/login_header.png);
	height: 32px;
	width: 500px;
	margin: 3px auto;
	background-repeat: repeat-x;
}

#login-form-body{
	position: relative;
	overflow: hidden;
	height: 270px;
	background-image: url(//static-cdn.storeden.com/img/login_bottom.png);
	background-position: center bottom;
	background-repeat: repeat-x;
}

#login-store-logo-main{
	width: 200px;
	float: left;
	text-align: center;
	height: 220px;
	line-height: 220px;
	overflow: hidden;
	vertical-align: middle;
}

#login-store-logo-main img{
	max-width: 196px;
	max-height: 196px;
}

#login-top-message {
	line-height: 32px;
	float: left;
	margin-left: 5px;
	color: white;
}

#login-main-logo{
	float: right;
	max-height: 31px;
	margin-right: 5px;
}
#login-submit-action-primary{
	float: right;
	margin-right: 30px;
	background-color: transparent;
	background-image: url(//static-cdn.storeden.com/img/login_header.png);
	background-repeat: repeat-x;
	border: 1px solid white;
	padding: 3px 40px;
	border-radius: 5px;
}

#login-form-body #login-form-message{
	font-size: 12px;
	position: absolute;
	bottom: 0px;
	color: #6ea6d1;
	text-align: center;
	left: 0px;
	right: 0px;
}

#login-form-body form {
	width: 300px;
	float: right;
	margin-top: 40px;
}
div#login-box form label {
	display: inline-block;
	width: 90px;
	color: #333;
}

div#login-box input.error {
	border: 2px solid red;
}

div#login-box input[type='email'],
div#login-box input[type='password'],
div#login-box input[type='text']{
	font-size: 14px;
	width: 180px;
	border: 1px solid #DDD;
	box-shadow: 1px 1px 4px #666;
}

div#login-box form div.breaker {
	height: 30px;
}
div#login-box form div.light-breaker {
	height: 5px;
}
#close-login{
	display: block;
	width: 28px;
	height: 28px;
	background-image: url(//static-cdn.storeden.com/img/login_close.png);
	background-position: center center;
	background-repeat: no-repeat;
	float: right;
	margin-right: -10px;
	margin-top: -10px;
	cursor: pointer;
}
span#sign-in-title{
	display: block;
	text-align: center;
}