body {
    height: 100%;
    margin: 0;
    background: url(../images/background.png) repeat;
}

#login {
    height: 340px;
    width: 680px;
    margin: -150px 0 0 -230px;
    position: absolute;
    top: 45%;
    left: 42%;
    background: #f4efe2;
    border-radius: 7px
}

#header {
    position: relative;
    height: 66pt;
    background: #395071 url(../images/jaslogo.png) no-repeat;
    background-size: 60pt;
    text-align: center;
    letter-spacing: 4px;
    font: bold 14pt Arial, Helvetica;
    color: white;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border: 1px solid #374c69
}

#header span {
    position: relative;
    display: inline-block;
    top: 35%;
    left: 1%;
}

#body {
    position: relative;
    height: 250px;
    text-align: center;
    border: 1px solid #374c69;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-top: 0
}

fieldset {
    margin: 0;
    padding: 0;
    padding-top: 40px;
    border: 0
}

#inputs input {
    background: #f1f1f1 url(../images/loginsprite.png) no-repeat;
    width: 340px;
    margin: 0 0 20px 0;
    padding: 10px 15px 10px 30px;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

#username {
    background-position: 5px -8px !important
}

#password {
    background-position: 5px -58px !important
}

#actions {
    text-align: center
}

#actions input {
    background-color: #dfd6be;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dfd6be), to(#dfd6be));
    background-image: -webkit-linear-gradient(top, #dfd6be, #dfd6be);
    background-image: -moz-linear-gradient(top, #dfd6be, #dfd6be);
    background-image: -ms-linear-gradient(top, #dfd6be, #dfd6be);
    background-image: -o-linear-gradient(top, #dfd6be, #dfd6be);
    background-image: linear-gradient(top, #dfd6be, #dfd6be);

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);

    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;

    border-width: 1px;
    border-style: solid;
    border-color: #c2b9a6 #c2b9a6 #c2b9a6 #c2b9a6;

    margin-top: -38px;
    padding: 0;
    height: 30px;
    width: 340px;
    cursor: pointer;
    font: bold 15px Arial, Helvetica;
    color: #625b47;
}

#login a {
    margin-top: 10px;
    text-decoration: none;
    font: normal 14px Arial, Helvetica;
    color: #333333;
    float: right
}