/* CSS Document */


.tituloPadrao {

	font-weight: bold;
	font-size: 24px;
	color: #fff;
}
.textoPadrao {
	font-size: 12px;
	color: #333;

}
.inputPadrao {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333;
	background-color: #fff;
	border: 0px none #6E7176;
	width: 360px;
	height: 22px;
}

.inputAreaPadrao {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333;
	background-color: #fff;
	border: 0px none #6E7176;
	width: 360px;
}

.inputNewsletter {

	color: #333;
	background-color: #fff;
	border: 0px none #6E7176;
	width: 130px;
	height:22px;
}

.btReset {
	background-color:#AE984C; 
	padding: 2px 5px;
	color:#fff;
	font-weight:bold;
	height: 26px;
	width: 66px;
	border:1px solid #6D5D2C;
}
.btSubmit {
	background-color:#AE984C; 
	padding: 2px 5px;
	color:#fff;
	font-weight:bold;
	height: 26px;
	width: 66px;
	border:1px solid #6D5D2C;
}
.inputDDD {

	font-size: 12px;
	color: #333;
	background-color: #fff;
	border: 0px none #6E7176;
	width: 45px;
	height: 20px;
}
.inputTel {

	font-size: 12px;
	color: #333;
	background-color: #fff;
	border: 0px none #6E7176;
	width: 240px;
	height: 20px;
}

/* adicionado */

.texto {margin:0 20px; }

.titulo_trabalhe{
	float:left;
	width:660px;
	height:29px;
	background:url(imagens/tituloBg02.gif) repeat-x;
}
.text_trabalhe{
	float:left;
	height:29px;
	text-align:center;
	background:url(imagens/tituloBg01.gif) repeat-x;
	padding-top:5px;
	font-family:Helvetica, Arial, sans-serif;
	color:#fff;
	font-weight:bold;
}


