h2.onde {
	background: url(../images/ti_onde.gif) no-repeat center top;	
	height: 26px;	
}
form#filtrarFornecedor {		
	width: 250px;
	margin-bottom: 10px;	
}
	form#filtrarFornecedor label {
		color: #E2B47C;
		font-weight: bold;		
	}
	form#filtrarFornecedor input.texto,
	form#filtrarFornecedor select {
			border: 1px solid #A4B97F;
			color: #4164B4;
			padding: 1px;
			background: #FFFFFF;
	}
	form#filtrarFornecedor select {
		padding: 1px 2px;
		width: 50px;
	}
	form#filtrarFornecedor input.botao {
		background: #a5b78e;
		color: #FFFFFF;
		font-weight: bold;
		border: 1px solid #8E997D;
		padding: 0 4px;
	}
	form#filtrarFornecedor table#filtro {
		padding: 0;
		margin: 0;		
	}
	div#resultados {
		width: 250px;		
		height: 230px;
		border: 1px solid #A4B97F;
		overflow: auto;
		margin-bottom: 5px;
	}
	div#resultados table {
		margin: 5px;
		width: 220px;
	}
		div#resultados table tr td div {
			padding: 7px 0;
			border-bottom: 1px dashed #E2B47C;
			color: #6D6E71;
			text-align: left;
		}
		div#resultados table tr td div,
			div#resultados table tr td div a {
				font-size: 12px;				
		}
			div#resultados table tr td a {
				color: #1170CE;
			}
			div#resultados table tr td a:hover {
				color: #0356A9 !important;
			}
	ul.paginacao li {
		float: left;
		display: inline;
		margin-left: 10px;	
	}
	table.container_fornecedor tr td div img {
		display: none;
	}
	div#tooltip {
		position: absolute;
		z-index: 3000;
		background-color: #eee;
		padding: 5px;
		opacity: 0.85;
		border: 1px solid #CCCCCC;
	}