.formBusca {padding: 10px; border-bottom: solid 1px #CDCCCC; background:white; text-align: left;  font-size: 11px;}
.formBusca:hover{background: #ECECEC;}
.divFormBuscar{width: 200px; position: absolute; height: 300px; z-index: 9999; overflow: auto; display: none; margin: 0; background: white; border: solid 1px #CDCCCC; margin-top: 26px;}
.textFormBuscar{ width: 200px; position: absolute; height: 300px; z-index: 9999; overflow: auto; display: none; margin: 0; left: 210px; background: white; border: none; font-size: 10px; border: solid 1px #CDCCCC; margin-top: 26px;}
.closex, .limpar, .procurar{border: solid 1px red; background: red; color: white; border-radius: 60px;  width: 25px; height: 25px; display: none; left: 390px; position: absolute;}
.limpar{width: auto; left: 320px; background: black; border: solid 1px black;}
.procurar{width: auto; left: 250px; background: green; border: solid 1px green;}

input[type="search"] {
	margin-bottom: 10px;
	
	padding: 10px;
	box-sizing: border-box;
	border: solid 1px #D0D0D0;
	border-radius: 5px;
}
#tabela {font-size: 15px;}
#tabela thead{font-weight: bold;}