<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#formulario fieldset {
	width:410px;
	float:left;
	}
	
#formulario fieldset.botao { 
	width:880px;
	}

#formulario legend {
	text-indent:-9999px;
	}

#formulario label {
	color:#005A9F;
	display:inline;
	float:left;
	font-size:14px;
	font-weight:bold;
	padding-bottom:0;
	text-indent:5px;
	width:360px;
	}
	
#formulario label.select {
	background:url(../imagens/formulario/Bg-Texto-GR.gif) no-repeat scroll 0 20px;
	height:57px;
	margin-bottom:15px;
	}
#formulario label.select select{
	left:10px;
	top:8px;
	border:none;
	position:relative;
	}
	

#formulario input {
	background:url(../imagens/formulario/Bg-Texto-GR.gif) no-repeat scroll 0 0 transparent;
	color:#005BA1;
	font-size:14px;
	height:38px;
	line-height:38px;
	margin:2px 0 15px 0;
	text-indent:10px;
	width:360px;	
	}	

#formulario input.TXTPequeno {
	background:url(../imagens/formulario/Bg-Texto-PQ.gif) no-repeat scroll 0 0 transparent;
	color:#005BA1;
	font-size:14px;
	height:38px;
	line-height:38px;
	margin:2px 0 15px 0;
	text-indent:10px;
	width:170px;	
	}	
	
#formulario input.ddd {
	background:url(../imagens/formulario/Bg-ddd.gif) no-repeat scroll 0 0 transparent;
	color:#005BA1;
	font-size:12px;
	text-indent:15px;
	width:52px;
	}

#formulario input.telefone {
	background:url(../imagens/formulario/Bg-Texto-PQ.gif) no-repeat scroll 0 0 transparent;
	color:#005BA1;
	font-size:12px;
	width:203px;
	}

#formulario .msg {
	background:url(../imagens/formulario/Bg-Texto-Curriculo.gif) no-repeat scroll 0 0 transparent;
	height:475px;
	width:460px;
	position:relative;
	top:20px;
	}
	
#formulario .msg textarea { 
	background-color:#fff;
	border:1px solid #274d99;
	height:345px;
	width:412px;
	position:relative;
	left:15px;
	top:25px;
	}
	
#formulario .msg span {
	width:412px;
	display:block;
	left:20px;
	top:15px;
	position:relative;
	text-indent:0 !important;	
	}
	
#formulario textarea {
	background-color:transparent;
	color:#005BA1;
	font-size:12px;
	height:130px;
	padding:15px 0 15px 15px;
	width:350px;
	}
#formulario .RespostaFaleconosco {
	border:2px solid #274d99;
	width:500px;
	background-color:#d4dbeb;
	padding:10px;
	}

#formulario input.botao-fale-conosco {
	background:url(../imagens/formulario/Bot-Enviar-Curriculo.gif) no-repeat scroll 0 0 transparent;
	height:38px;
	width:880px;
	display:block;
	cursor:pointer;
	}

#formulario p.resposta {
	background:url(../imagens/formulario/Bot-Enviar-Curriculo.gif) no-repeat scroll 0 0 transparent;
	height:38px;
	width:880px;
	display:block;
	cursor:pointer;
	}
</pre></body></html>