html, body {
    background: #F0F0F0;
    font-family: 'Lucida grande', verdana, sans-serif;
}

#login {
    width: 541px;
    height: 355px;
    margin: 50px auto;
    text-align: center;
}

#login h1 {
    font-weight: bold;
    color: #111;
}

#login form {
    width: 541px;
    height: 355px;
    border: 10px solid #ccc;
    background: #fff;
    background-image: url('/public/images/ssrybig.png');
    background-repeat:no-repeat;
    padding: 10px;
    text-align: left;
}

#login form p {
    margin: 3px;
}

#username-field {
    margin-top: 10px !important;
}

#first-login-signin {
    position:relative;
    left: 233px;
    width: 76px;
    height: 20px;
    font-size: 10px;
}

#first-login-signintext {
    position:relative;
    top: -2px;
}

#username-field label, #password-field label {
    display: block;
    width: 150px;
    float: left;
    text-align: right;
    margin-right: 5px;
    color: #0;
    font-size: 13px;
    position:relative;
    left: -75px;
    top: 241px;
}

#password-field label {
    left: -77px;
}

#username-field input {
    width: 170px;
    font-size: 13px;
    position:relative;
    left: -75px;
    top: 238px;
}

#password-field input {
    width: 170px;
    font-size: 13px;
    position:relative;
    left: -75px;
    top: 238px;
}

#remember-field input {
    margin-left: 155px;
}

#remember-field {
    font-size: 12px;
    color: #0;
    position:relative;
    left: -75px;
    top: 238px;
}

#signin-field input {
    margin-left: 155px;
    margin-top: 10px;
    position:relative;
    left: 250px;
    top: 180px;
}

#signin {
    position:relative;
    left: 263px;
    top: 215px;
    width: 76px;
    height: 20px;
    font-size: 10px;
}

#signintext {
    position:relative;
    top: -2px;
}

#login .error, #login .success  {
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
    padding: 5px;
}

#login .error {
    background: #c00 !important;
    width: 571px;
}

#login .success {
    background: #008800 !important;
}
