﻿body {
    margin: 5px;
    font: 14px Arial, Helvetica, sans-serif;
    height: 100%;
    width: 99%;
    overflow: auto;
}

.botao {
    cursor: pointer;
    background-color: #e0e0e0;
    border-radius: 6px;
}

.center {
    text-align: center;
    margin: 0px auto 0px auto;
}

#toplinhadiv {
    font: 18px Arial, Helvetica, sans-serif;
    display: inline-block;
    height: 20px;
    width: 100%;
    border-bottom: 2px solid gainsboro;
    padding-bottom: 2px;
    margin-bottom: 6px;
}

#topleftdiv {
    float: left;
    width: 20%;
}

#topmiddlediv {
    float: left;
    text-align: center;
    width: 60%;
}

#toprightdiv {
    float: right;
    text-align: right;
    width: 20%;
}

.fundo {
    background-color: #e0e0e0;
    width: 100%;
    height: 250px;
}

#logo {
    position: relative;
    background: url('logodocpro.gif') no-repeat #e0e0e0;
    width: 400px;
    height: 100px;
    top: 20px;
    left: 20px;
}

.loginfieldset {
    font: 18px Arial, Helvetica, sans-serif;
    background-color: white;
    width: 400px;
    height: 100%;
    text-align: center;
    margin: -80px auto 0px auto;
    border-radius: 6px;
    border: 2px solid gainsboro;
}

#rodlinhaabsdiv {
    font: 18px Arial, Helvetica, sans-serif;
    border-top: 2px solid gainsboro;
    position: absolute;
    bottom: 2px;
    width: 99%;
    height: 16px;
}

#rodleftdiv {
    float: left;
    width: 50%;
    vertical-align: top;
}

#rodrightdiv {
    float: right;
    text-align: right;
    width: 50%;
    vertical-align: top;
}

.rcTextBoxClass {
    width: 175px;
    text-align: center;
    font-size: x-large; 
}