@charset "iso-8859-2";
/* CSS Document */
select {
	font-size:11px;
	margin-top:1px;
}
input {
	background:url(../imagens/fundoBotao.gif);
	border:1px solid #FFFFFF;
	font-size:10px;
	color:#FFFFFF;
}
input.buscarIn {
	background:#356397;
	border:1px solid #7D9CC0;
	width:170px;
	font-size:16px;
}
input.de {
	width:247px;
	height:19px;
	background:url(../imagens/inputDe.jpg) no-repeat;
	border:0;
	padding-left:35px;
	color:#333333;
	padding-top:5px;
}
input.para {
	width:247px;
	height:19px;
	background:url(../imagens/inputPara.jpg) no-repeat;
	border:0;
	padding-left:58px;
	color:#333333;
	padding-top:5px;
}
input.branco {
	font-size:14px;
	background:#FFFFFF;
	color:#213C58;
	border:1px solid #C4D5E8;
	margin-bottom:2px;
}
input.sem {
	background:none;
	border:0;
}


/*Select inicial Tamanho*/
.escolhaInicial select {
	width:150px;
	margin-bottom:2px;
}

