﻿*
{
    /*border:solid 1px red;*/
}
body{
    color: Black;
}

h2{
    color: #ff0000;
    font: bold 18px arial, helvetica;	
}

h3{
    color: #cb082d;
    font: bold 18px arial, helvetica;
}

h4{
    color: #000000;
    font: bold 14px arial, helvetica;
}

#geral{
    width:910px;
    height:700px;
    margin:0 auto;
}

#conteudo
{
    border:solid 1px #CDCDCD; /*cor box externo*/
    background-repeat:no-repeat;
    position:relative;
    width:910px;
    height:574px;
    top:20px;    
}

#frmLogin{
    position:relative;
    text-align:left;
    width:500px;
    top: 200px;    
    border:solid 1px #cb082d;  /*cor box interno*/  
    font:14px times new roman, roman, arial, verdana, helvetica;    
    margin:0 auto;
    background-color:white;
    padding-bottom: 10px;
}

#frmDownload{
    position:relative;
    text-align:center;
    width:600px;
    top: 180px; /*top*/
    margin:0 auto;       
}

.textoResultado
{
    position:relative;
    background-color:Aqua;
    margin-top:0px;    
    
}

#tituloLogin{
    text-align:center;
    margin-bottom:20px;
    padding:2px;
    font-size:16px;
    font-weight:bold;        
    background-color:#cb082d; /*cor titulo box interno*/
    color:White;
}

#footerDate{
    position:absolute;
    width:440px;
    height:32px;    
    color: #4a5154;
	font-weight: bold;
	font-size: 12px;
	margin-top:25px;
}

#footerFlags{
    position:absolute;
    height:32px; /*altura da imagem das bandeiras*/
    width:158px;
    margin-top:25px;
    margin-left:752px;
    text-align:right;    
}

#footer{
    position:absolute;
    width:910px;    
    font-family: Verdana, Arial;
	font-size: 9px;
	font-weight: bold;	
	color: #4a5154;
	padding-top:5px;    
    border-top:dotted 1px #839095;
    margin-top:63px;
    text-align:center;
    
}

ul, li{
    border:0px; 
    margin:0px; 
    padding:0px; 
    list-style:none;    
}
li{  
    clear: both;     
}

.labelFrm label:first-letter { 
	text-decoration:underline;
}

.labelFrm{
    width:200px;    
    text-align:right;    
    margin-right:10px;
    float:left;
    margin-top:4px;
    
}

.textFrm{
    margin-bottom:3px;  
    width:200px;
    float:left;   
}

.coluna2{    
    margin-left:210px; /*tamanho do label + margem direita*/    
    margin-bottom:3px;  
    float:left;   
}

.btAvancar{
    margin-left:10px;
}

.btDownload{
    position:relative;
    top:0px;
}

.txtInstrucoes{
    font-family: Arial;
    font-size: small;
    color: Black;
}