#corpo {
    background: url('../images/Logomarca.png') no-repeat;
    background-position: center 200px;
    background-color: #FFF;
}

#menu {
    width: 100%;
    height: 60px;
    border-bottom: 2px solid #000;
    background-color: #FFF;
}

#status {
    width: 100%;
    border: 2px solid #000;
    background-color: #CCC;
    margin-top: 5px;
}

.menuFundoIcone {
    text-align: center;
    width: 150px;
}

#loginPanel {
    width: 500px; 
    height: 400px; 
    margin: 80px auto;
}

#cabecalhoLogin {
    width: 100%;
    height: 100px;
    background-color: #8db4e9;
}

#cabecalhoLogin table {
    width: 100%;
    color: #FFF;
    font-size: 30px;
    font-weight: bold;
}

#corpoLogin {
    margin-top: 10px;
    width: 100%;
    border: 2px solid #000;
}

#corpoLogin table {
    width: 100%;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

#rodapeLogin {
    margin-top: 10px;
    width: 100%;
}

.campo {
    width: 300px;
    height: 20px;
    background: #fdffcc;
}

.errorMessage {
    width: 90%;
    height: 40px;
    margin: 0px auto;
    height: 30px;
    background-color: #e9adad;
    background-image:  url('../images/erro.png');
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 30px;
    text-align: left;
    padding-left: 40px;
    padding-top: 10px;
    font-size: 11px;
    color: red;
}

.warningMessage {
    width: 90%;
    height: 40px;
    margin: 0px auto;
    background-color: #f8f6a6;
    background-image:  url('../images/alerta.png');
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 30px;
    text-align: left;
    padding-left: 40px;
    padding-top: 10px;
    font-size: 11px;
    color: #d3c716;
}

.successMessage {
    width: 90%;
    height: 40px;
    margin: 0px auto;
    background-color: #a8fbbc;
    background-image:  url('../images/aviso.png');
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 30px;
    text-align: left;
    padding-left: 40px;
    padding-top: 10px;
    font-size: 11px;
    color: green;
}

.bordaTopo {
    border-top: 3px solid #006666;
}

.bordaBaixo {
    border-bottom: 3px solid #006666;
}

.bordaEsquerda {
    border-left: 3px solid #006666;
}

.bordaDireita {
    border-right: 3px solid #006666;
}

.bordaTotal {
    border: 3px solid #006666;
}

.espacoTopo {
    padding-top: 3px;
}

.margemTopo {
	margin-top: 10px;
}

.margemEsquerda {
    margin-left: 8px;
}

.cemporcento {
    width: 100%;
}
 




