/* 
    Document   : login
    Created on : 08/03/2010, 09:47:10
    Author     : oxigennio
    Description:
        Purpose of the stylesheet follows.
*/

body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

body,
select,
input,
textarea,
table {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

img {
    border: 0;
}

form {
    display: inline;
    margin: 0;
}

a {
    color: #000000;
    text-decoration: none;
}
a:hover {
    color: #007BAC;
    /*text-decoration: underline;*/
}

.clear {
    clear: both;
}

.topo {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 38px;
    background-repeat: repeat-x;
    background-image: url(../imgs/header_oxi.png);
}

.topo-logo {
    height: 100px;
    background-repeat: no-repeat;
    background-image: url(../imgs/logo_header_oxi.png);
}

.login {
    background-repeat: no-repeat;
    background-image: url(../imgs/fundo_login.jpg);
    margin: 0 auto;
    padding: 15px;
    width: 510px;
    height: 245px;
}

.login .input_label {
    font-weight: bold;
    text-align: left;
    width: 250px;
    margin: auto;
    font-size: 14px;
    color: #5789A0;
}

.login .input_text {
    width: 150px;
    padding: 1px 2px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    color: #5789A0;
    font-size: 12px;
    width: 250px;
    height: 30px;
    font-size: 16px;
}

.login .input_button {
    background-image: url(../imgs/botao001.jpg);
    border: none;
    width: 98px;
    height: 34px;
    color: #1e4347;
    font-weight: bold;
    font-size: 14px;
}

.login .input_button:hover {
    background-image: url(../imgs/botao002.jpg);
    border: none;
    width: 98px;
    height: 34px;
    color: #1e4347;
    font-weight: bold;
    font-size: 14px;
}

.form-block {
    border: 1px solid #5789A0;
    background: #ffffff;
    padding-top: 15px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.login-form {
    text-align: center;
    float: right;
    width: 280px;
/*    height: 400px;*/
    padding-top: 15px;
    padding-right: 25px;
}

.login-text {
    text-align: center;
    width: 40%;
    float: left;
    color: #5789A0;
    font-size: 12px;
    font-weight: bold;
    padding-top: 25px;
}

.login .mensagem {
    padding: 7px;
    border: 1px solid #B22222;
    background: #fffaae;
    color: #B22222;
    font-weight: bold;
    font-size: 12px;
}

