@charset "utf-8";
/* CSS Document */


#boxcertidao{
	width:464px;
	height:199px;
	background:url(../images/bg_inscricao.png) no-repeat;
	
}
#boxvalidacao{
	width:472px;
	height:351px;
	background: url(../images/bgAlvara.png) no-repeat;
	
}

#divcentro{
	text-align:center;
	padding-top:50px;

}
#divbtn{
	
	width:100%;
	height:100px;
	
}


/*FORMULÃÁRIO*/
#formulario{
	width:420px; 
	background:none; 
	padding:5px; 
	overflow:hidden;
}

#formulario .inputs{
	float:left; 
	width:320px;
}

#formulario .inputs span{
	font:25px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#069; 
	font-weight:bold;
	display:block;
	margin:25px 0 0 0;
}

#formulario .inputs input{
	padding:5px; 
	border:1px solid #CCC; 
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#707070;
	margin:0 0 15px 0; 
	width:320px; 
	margin-left:60px;
	
}

.nome{
	color:#484742;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	text-align:left;
}

.erro{
font-family:Tahoma, Geneva, sans-serif;
font-size:12px;
text-align:left;
color:#F00;
font-weight:bold;
	
	
}


/* ALVARA ONLINE */

#alvaraOnline {
	width:100%;
	height:100%;
}

.tableAlvara {
	width:472px;
	margin:40px auto;
	height:351px;
	/*border:1px solid #666;*/
	background:url(imagens/alvaraOnline/bgAlvara.png) no-repeat;
	 
}

.tituloAlvaraTabela {
	width:472px;
	height:78px;
	background:url(imagens/alvaraOnline/titleAlvara.png) no-repeat;
	background-position:center;
}

.titleAlvaraValida {
	width:472px;
	height:78px;
	background:url(imagens/alvaraOnline/titleAlvaraValida.png) no-repeat;
	background-position:center;
}

.textoAlvara {
	height:28px;
	width:472px;
	font:14px Arial, Helvetica, sans-serif;
	color:#333;
	text-align:left;
	padding:0 0 0 37px;
}

.contenCampo {
	width:472px;
	height:38px;
}

.campoAlvara {
	width:401px;
	background:url(imagens/alvaraOnline/bgCampo.png) no-repeat;
	background-position:center;
	height:38px;
}

.campoAlvara input {
	background:none;
	outline:none;
	border:none;
	width:380px;
	height:auto;
	padding:0 0 0 20px;
	font:16px Arial, Helvetica, sans-serif;
}

.linkAvancar {
	text-align:right;
	padding:0 30px 0 0;
}

/* CERTIDAO DE DEBITOS */
.tableCertidao {
	width:476px;
	margin:40px auto;
	height:276px;
	/*border:1px solid #666;*/
	background:url(imagens/certidaodedebitos/bg_certidao.png) no-repeat;
	 
}


.tituloCertidaoTabela {
	width:472px;
	height:48px;
	/*background:url(imagens/certidaodedebitos/titleCertidao.png) no-repeat;*/
	background-position:center;
	text-align:center;
	font:16px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666;
}

.titleCertidaoValida {
	width:472px;
	height:78px;
	background:url(imagens/certidaodedebitos/titleCertidaoValida.png) no-repeat;
	background-position:center;
}

