
#login {
    position: relative;
    background: url('../styles/images/login-bkg-tile.gif') no-repeat top center;
    color: #fff;
    margin: 5em auto 1em;
    padding: 20px 0 0 0;
    width: 480px;
    height: 280px;
}

#login form {
    background: url('../styles/images/login-bkg-bottom.gif') no-repeat bottom center;
    padding: 0 25px 0 30px;
    width: 325px;
    margin: 0 auto;
    min-height: 185px;
    height: 200px;
    /* height: auto !important; min-height fast hack */
}

#login #login_error {background: #0e3350;color: #ebcd4e;font-size: 11px;font-weight: bold;padding: .6em;width: 310px;margin: 0 50px;text-align: center;}
#login p {font-size: 12px;}
#login p a{ color: #fff;}
#login p.message {width: 310px;	margin: 0 auto 1em;}
#login #login_error a {	color: #ebcd4e;	border-color: #ebcd4e;}
#login h1 a {margin: 0 auto; height: 80px; width: 320px; display: block; border-bottom: none; text-indent: -9999px;}
.ERror{text-align: center; color: red;}
#login .message {font-size: 10pt; text-align: center;}
#login input {padding: 4px;}

#login .input {font-size: 1.8em; margin-top: 3px; width: 97%;}
#login p label {font-size: 11px;}
#login #submit {margin: 0; font-size: 15px;}

.submit input{border: 2px double #999; border-left-color: #ccc; border-top-color: #ccc; color: #333; padding: 0.25em; float: right;}


