/* CSS Document */


body {
	margin-top: 0px;
	margin-bottom: 0px;
	background: #FFFFFF;
	font: bold small Arial, Helvetica, sans-serif, "Verdana";
}

#bg { 
	width: 800px;
	height:auto;
	margin: 0 auto;
	height: auto;
	padding: 0px 0px 0px 0px;
	
}

#contsite {
	padding: 0px 4px 0 2px;
	color: #303030;
	width: 800px;
	background-color: #FFFFFF;
}
#topo {
	width: 800px;
	height: 206px;
	margin: auto;
	padding-bottom: 0px;
	background: url(IMG/topo.jpg) no-repeat
}
/* Estilo do Menu */

/*conteudo*/

.conteudo
{
	width: 500px;
	height: 300px;
	margin-top: auto;
	padding-left: 0px;
}


/* Atividade do link*/
.conteudo a
{
	color:#666666;
	border: none;
	text-decoration: none;
}

.conteudo a:active
{
	color:#666666;
	border:none;
	text-decoration:none;
}
.conteudo a:link
{
	color:#666666;
	border: none;
	text-decoration: none;
}

.conteudo a:hover
{
	color:#FFCC00;
	border: none;
	text-decoration: none;
}


#rodape
{
	width: 800px;
	height: 50px;
	margin-top: 50px;
	background: url(IMG/rodape.jpg) no-repeat
}
/********************/




/******************** Estilo do Form *******************/


/*///////////////////////////////////////////////////////////////////*/
/*/// Padrão dos fomularios de cadastro///*/
/*///////////////////////////////////////////////////////////////////*/
.meio
{
	width: auto;
	height:auto;
	margin-top: -330px;
	margin-left: 200px;
}

/* Codigo do Fomulario*/

  #login form
		{
			padding: 0px 0px 0px 0px;
        }
        
        #login fieldset{
	        padding: 20px;
	        border: 1px solid #ccc;
            
        }
        
        #login legend{
	        font-weight: bold;
	        color:#333333;
	        font-size: 11pt;
	        letter-spacing: 1px;
        }
        
        
        /* HACK PARA CORRIGIR O MARGIN-BOTTOM*/
        html>body #login legend{
        	margin-bottom: 0px;
			}
        
        #login input{
	        border-top: 1px solid #333;
	        border-left: 1px solid #333;
	        border-bottom: 1px solid #ccc;
	        border-right: 1px solid #ccc;
	        font-size: 13px;
	        margin-bottom: 10px;
	        color: #0E0659;
        }
        
        #login select{
	        border: 1px solid #333;
	        font-size: 13px;
	        margin-bottom: 10px;
	        color: #0E0659;
        }
        
        #login label{
	        display: block;
	        width: 140px;
	        float: left;
	        color: #000;
	        border-bottom: 1px solid #f1f1f1;
        }
        
        #login span{
	        color: #999;
	        font-size: 12px;
        }
        
        #login .botao{
	        font-size: 13px;
	        background: #f1f1f1;
	        margin: 15px 0px 0px 0px;
        }
		
		
.form_tit
{
	width: 500px;
	height:20px;
	margin-top: auto;
	margin-left:250px;
	font-family: 'Arial';
	font-size: 12px;
	font-weight: bold;
	color:#333333;
}

.form_ate
{
	width: 500px;
	height:20px;
	margin-top: auto;
	margin-left: 350px;
	font-family: 'Arial';
	font-size: 12px;
	font-weight: bold;
	color:#333333;
}
/******************** Estilo do Form *******************/
