/* 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:#FCC708; 
	padding: 2px 5px;
	color:#000000;
	font-weight:bold;
	height: 26px;
	width: 66px;
	border:1px solid #FCC708;
	text-transform:capitalize;
}
.btSubmit {
	background-color:#FCC708; 
	padding: 2px 5px;
	color:#000000;
	height: 26px;
	width: 66px;
	border:1px solid #FCC708;
		text-transform:capitalize;
}
.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;
}




