body {
    color: #444444;
    background: #224E7F;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6382E1', endColorstr='#124167');
    background: -webkit-gradient(linear, left top, left bottom, from(#6382E1), to(#124167));
    background: -moz-linear-gradient(top, #6382E1, #124167);
}

#container #palhetaControle {
    display: none;
}

#distancia {
    display: block;
}

#container {
    height: 320px;
    width: 500px;
    border: 5px solid #555 !important;
    border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background-color: #fff;
    box-shadow: 7px 7px 3px #222;
    -webkit-box-shadow: 7px 7px 3px #222;
    -moz-box-shadow: 7px 7px 3px #222;
}

#img_login {
    text-align: center;
}

fieldset {
    width: 460px;
    margin: 0px auto;
    min-height: 150px;
}

#cd_usuario {
    width: 162px;
    text-transform: uppercase;
}

#senha {
    width: 162px;
}

#conectar {
    width: 120px;
    height: 30px;
    font-size: 12px;
}

#cpf {
    width: 162px;
}

/********* FORMATAÇÃO CAPTCHA  *********/

.captcha {
    color: white;
}

.captcha a:VISITED {
    text-decoration: underline;
    color: white;
}

.captcha a {
    font-weight: bold;
    margin-right: 3px;
}

/****************************************/