.camposTexto {
	font-family: Arial;
	font-size: 14px;
	color: #333;
	background-color: #CCC;
	width: auto;
	border: 1px none #000;
	height: 25px;
	line-height: 25px;
}
.textArea {
	font-family: Arial;
	font-size: 14px;
	color: #333;
	background-color: #CCC;
	width: auto;
	border: 1px none #000;
	height: auto;
	line-height: 25px;
}

.comboBox {
	font-family: Arial;
	font-size: 12px;
	color: #333;
	background-color: #CCC;
	width: auto;
	border: 1px none #000;
	height: 30px;
	line-height: 25px;
}
.botoes {
	font-family: "Arial Narrow";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #10254F;
	border: 1px none #FFFFFF;
	height: 25px;
	width: auto;
}
