body.front {_background:#e1e1e1}

#page-inner-login {
	margin:0 auto; 
	width: 1000px;
	padding-bottom:20px
}

/* Login (frontpage) with plain background */
#frontpage-login {height:380px;width:600px;margin:0 auto;background: url('images/login/login-plain-bg.png');margin-top:5px}
/* Frontpage text and login box */
#frontpage-login-inner {padding:20px;color:#555;line-height:1.5}

body.front #top-menu-inner,
body.front #page-inner {background:none}

/*Login box */
#block-user-0 {margin-top:5px;height:205px}
form#securesite-user-login {float:left;margin:0 28px;}

form#securesite-user-pass {float:left;margin-left:30px;padding-top:32px;}

#securesite-user-login .item-list ul li,
#securesite-user-pass .item-list ul li {list-style:none;margin-left:0}

#securesite-user-login .item-list ul li a,
#securesite-user-pass .item-list ul li a {color:#fff;text-decoration:none}

#securesite-user-login label,
#securesite-user-pass label {margin-bottom:3px}

#securesite-user-login .form-text,
#securesite-user-pass .form-text{width:220px} 

#securesite-user-login #edit-name-wrapper,
#securesite-user-pass #edit-name-wrapper {margin-bottom:5px}

#securesite-user-login .item-list, 
#securesite-user-pass .item-list {clear:both}

/* Button */
form#securesite-user-login #edit-submit {
	width:73px;
	height:25px;
	color:#fff;
	/*font-size:1.0em;*/
	border:none;
	padding-left:2px;
	padding-bottom:3px;
	/*margin-top:10px;*/
	margin-bottom:10px;
	background: url('images/login/login-btn-plain2.png') no-repeat;
	cursor:pointer
}

form#securesite-user-pass #edit-submit-1 {
	width:190px;
	height:25px;
	color:#fff;
	/*font-size:1.0em;*/
	border:none;
	padding-left:0;
	padding-bottom:3px;
	/*margin-top:10px;*/
	margin-bottom:10px;
	background: url('images/login/forgotten-pass-btn-plain2.png') no-repeat;
	cursor:pointer
}

/* Textfield Input */
form#securesite-user-login input.form-text,
form#securesite-user-pass input.form-text {
	width:213px;
	height:17px;
	border:none;
	background: url('images/login/login-input2.png') no-repeat;
	/*font-size:1.0em;*/
	padding-top:6px;
	padding-left:5px
}

/* welcome text for login box */
#block-block-2 .content {padding:20px 10px 0;font-size:0.9em}
#block-block-2 {clear:both;margin:0 20px}

.edict-small-logo {float:left;margin-left:5px;width:400px}

/* Safari and Google Chrome hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .edict-small-logo { }
}

/* hr in login box */
#frontpage-login hr {
display:none
}

.not-logged-in .form-button-wrapper, .not-logged-in li.button a, .not-logged-in a.button  {background:none;}
.not-logged-in input#edit-submit {color:#fff;}
