body
{
    margin: 150px;
    padding: auto;
    color: #000;
    font-family: Verdana;
}

#container {
    width: 297px;
    background-image: url(../images/wcms-login-bg.png);
    background-repeat: repeat-y;
    margin: auto;
    padding: auto;
}

#header
{
    height: 90px;
    clear: right;
    background-image: url(../images/wcms-login-top.png);
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

label {
    width: 80px;
    float: left;
    text-align: right;
    color: #114976;
    font-size: 12px;
    padding: 8px 3px;
}

input {
    font-size: 11px;
    color: #114976;
    border: 1px solid #adc9e4;
    width: 165px;
    height: 22px;
    margin: 4px;
    clear: right;
}

.bt-login {
    font-family: Tahoma;
    font-size: 12px;
    color: #FFF;
    background-color: #2e608a;
    border: #2e608a 1px solid;
    width: 70px;
    margin-left: 94px;
    padding: auto;
}

#botton {
    background-image: url(../images/wcms-login-but.png);
    background-repeat: no-repeat;
    height: 29px;
    clear: right;
}

#rodape {
    padding-top: 10px;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    background-color: #FFF;
}

#rodape a {
    color: #000;
    text-decoration: none;
}