body {
    background-color: #EEF3FA;
    color: #000000;
}

#page {
    background-image: url("header.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    width: 860px;
    height: 570px;
    border: none;

    border-radius: 5px;
    -webkit-border-radius: 5px;

    box-shadow: 3px 3px 8px #AAAAAA;
    -webkit-box-shadow: 3px 3px 8px #AAAAAA;
}

#cslogo {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("logo.jpg");
    width: 220px;
    height: 88px;
    top: 30px;
}

#frontOffice {
    position: relative;
    width: 200px;
    /*height: 80px;*/
    top: -50px;
    left: 600px;
    color: yellow;
    font-size: 1.8em;
}

#cslogin {
    /*width: 400px;*/
    height: 360px;
    background-image: none;
}

#login-form {
    position: relative;
    /*top: 90px;*/
    left: 230px;
    width: 50%;
}

#footer {
    padding: 10px;
    margin: 10px 20px;
    font-size: 0.8em;
    text-align: right;
    border-top: none;
    color:yellow;
}

.mynote {
    color: #0000FF;
    padding: 8px;
}

.mynote a {
    color: #0000FF;
    padding: 8px;
    text-decoration: none;
}

.mynote a:hover {
    background-color: #E8F742;
}
