
body {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    background-image: url('../img/grain_background_100x100.png');
}

#wrapper {
    width: 500px;
    height: 375px;
    margin: 60px auto;
}

#logo {
    background: url('../img/transparent_logo.png');
    color: #64686e;
    text-indent: -9999px;
    float: left;
    width: 279px;
    height: 62px;
    position: relative;
    margin-bottom: -21px;
    margin-left: 5px
}

#container {
    background: url('../img/less_grain_background_100x100.png');
    border:solid 2px rgba(117, 117, 117, .8);
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -moz-box-shadow: 0px 4px 8px rgba(60, 60, 60, .3);
    -webkit-box-shadow: 0px 4px 8px rgba(60, 60, 60, .3);
    box-shadow: 0px 4px 8px rgba(60, 66, 60, .3);
    width: 500px;
    height: auto;
    margin: auto;
    float: left;
    clear: left;
}

#form_container {
    width: 310px;
    margin: 45px auto 0px;
}
#form_container input:focus {
    outline: none;
}
#form_container input {
    font-family: inherit;
    font-size: 18px;
    text-align: center;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px; 
}
#form_container .input.checkbox {
    text-align: center;
    color: rgb(119, 119, 119);
    font-size: 16px;
    margin-bottom: 24px;
}
#form_container .input input {
    border: 1px solid #bfc4ca;
    color: #bfc4ca;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    -webkit-box-shadow: inset 1px 2px 4px 0px #dddddd;
    -moz-box-shadow: inset 1px 2px 4px 0px #dddddd;
    box-shadow: inset 1px 2px 4px 0px #dddddd;
}

#form_container #UserPassword,
#form_container #UserPasswordVerify {
    color: #64686e;
}
#form_container #UserRememberMe {
    width: 14px;
    height: 14px;
    margin-bottom: 0px;
    cursor: pointer;
}
#form_container #UserRememberMe + label {
    cursor: pointer;
}
#form_container .submit {
    width: 50%;
    height: 32px;
    margin: auto;
    color: black;
}

#form_container .submit input {
    margin-top: 5px;
    border: 1px solid white;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; 
    background-color: rgba(117, 117, 117,1);
    color: rgba(226, 226, 226,1);
    width: 100%;
    height: 100%
}

.message {
    text-align: center;
    float: left;
    margin-top: 25px;
    font-size: 18px;
    padding: 0px 50px;
    width: 80%;
}

#badMessage {
    color: rgb(175, 74, 74);
}

#goodMessage {
    color: rgb(33, 163, 80);
}

#links {
    margin-top: 85px
}

#links a {
    text-decoration: none;
    font-size: 16px;
    color: rgba(117, 117, 117,1);
}

#links a:hover,
#links a:active{
    color: rgba(48, 48, 48,1);
}

#links #left {
    float: left;
    margin-left: 18px;
    margin-bottom: 10px;
}

#links #right {
    float: right;
    margin-right: 18px;
    margin-bottom: 10px;
}

#UserForgotPasswordForm .submit {
    width: 60%;
}