﻿.bt
{
    width: 95px;
    height: 14px;
    float:right;
    margin-right:10px;
    
    border: solid 1px #1A1200;
   
    background-color:#700d0d;
    font-size:12px;
    
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.bt1
{
    width: 20px;
    height: 20px;
    float:right;
    
    border: solid 1px #1A1200;
   
    background-color:#700d0d;
    
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.bt2
{
    width: 130px;
    height: 16px;
    float:left;
    
    font-family:Arial;
    font-size:9x;
    font-weight:bold;
    color: #FFFFFF;
    text-decoration:none;
    text-align:center;
    
    padding: 2px 0 0 0;
    margin:6px 0 0 0;
    
    border: solid 1px #1A1200;
     background-color:#700d0d;
       
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
/* ********************************************************************************* */
.formulario
{
    clear: both;
    padding: 5px 0 0 5px;
    width:620px;
}
.formulario .label_campo
{
    clear: both;
    padding: 1px 0 1px 0;
    vertical-align: top;
}
.formulario .label
{
    width: 100px;
    line-height: 12px;
 
    padding-right: 2px;
    text-align: left;
    
    float: left;
    
    color: #710d0d;
}
.formulario .campos
{
    float: left;
    width: 300px;
    line-height: 18px;
    
    text-align: left;
}
.formulario .campo_obrigatorio
{
    float: left;
    width: 10px;
    line-height: 18px;
    text-align: center;
}
/* ********************************************************************************* */
/* **************************************** */
#imgRegisto
{
    float: left;

    width: 24px;
    height: 24px;
    
    background-image: url("/Imagens/Icons/Cadeado.png");
    background-position: center center;
    background-repeat: no-repeat;
}
.tituloRegisto
{
    float: left;

    height: 24px;
    line-height: 24px;
    
    padding: 0 0 0 5px;
}
/* **************************************** */
.registo
{
    clear: both;

    padding: 10px 0 0 5px;
    margin: 0 0 5px 0;
    
    height: 25px;

    border-bottom: solid 1px #1A1200;
}
/* **************************************** */
/* LINK NAVEGAÇÃO */
.menuNavegacao
{
    padding: 5px 0 5px 0;
}
.menuNavegacao:hover
{
    background-color: #250C12;
}
.menuNavegacao a
{
    padding: 5px 10px 5px 10px;

    color: #FFFFFF;
    text-decoration: none;
}
.menuNavegacao a.linkMenuNavegacao:link { color: #FFFFFF; }
.menuNavegacao a.linkMenuNavegacao:visited { color: #FFFFFF; }
.menuNavegacao a.linkMenuNavegacao:hover { color: #FFFFFF; }
/* **************************************** */
/* LINK TERMINAR */
.registoTerminar
{
    padding: 0 5px 0 11px;
}
.registoTerminar .bt
{
    padding: 5px 5px 0 5px;
    
    color: #FFFFFF;
    border: solid 1px #1A1200;
    background-color: #D7B470;
}
.registoTerminar .bt a:link { color: #FFFFFF; text-decoration: none; }
.registoTerminar .bt a:visited { color: #FFFFFF; text-decoration: none; }
.registoTerminar .bt a:hover { color: #FFFFFF; text-decoration: underline; }
/* **************************************** */
/* ÁREA */
.registo .area
{
    float: left;
}
/* **************************************** */
/* LATERAL ESQUERDA */
.registo .area .ini
{
    height: 20px;
    line-height: 20px;
    padding: 2px 5px 2px 10px;
    
    color: #FFFFFF;
    
    border-top: solid 1px #472800;
    border-left: solid 1px #472800;
    border-bottom: solid 1px #472800;
    
    border-top-left-radius: 10px; /* CSS 3 */
    -moz-border-radius-topleft: 10px; /* FIREFOX */
    -webkit-border-top-left-radius: 10px; /* OUTROS */
    
    background-color:#700d0d;
}
/* **************************************** */
/* CENTRO */
.registo .area .centro
{
    height: 20px;
    line-height: 20px;
    padding: 2px 5px 2px 5px;
    
    color: #FFFFFF;
    
    border-top: solid 1px #472800;
    border-bottom: solid 1px #472800;
    
    background-color:#700d0d;
}
/* **************************************** */
/* LATERAL DIREITA */
.registo .area .fim
{
    height: 20px;
    line-height: 20px;
    padding: 2px 10px 2px 5px;
    
    color: #FFFFFF;
    
    border-top: solid 1px #472800;
    border-right: solid 1px #472800;
    border-bottom: solid 1px #472800;
    
    border-top-right-radius: 10px; /* CSS 3 */
    -moz-border-radius-topright: 10px; /* FIREFOX */
    -webkit-border-top-right-radius: 10px; /* OUTROS */
    
    background-color:#700d0d;
}
/* **************************************** */
