/* busca.css */

#encontrados{
	width: 946px;
	border: 1px solid #cccccc;
	background-color: #e0e0e0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#container-prod{
	width: 984px;
	margin-top: 26px;
}

#nenhum{
	width: 946px;	
	border: 1px solid #cccccc;
	background-color: #e0e0e0;
	margin-top: 25px;
	font-size: 18px;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 18px;
}

#nenhum .menor{
	font-size: 13px;
}

.label-buscar{
	float:left;
	display: inline;
	font-size: 14px;
	font-weight: bold;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #f89810;
	margin-top: 53px;
	margin-left: 183px;
	margin-right: 8px;
}

.ipt-buscar{
	float: left;
	display: inline;
	width: 422px;
	border: 1px solid #e2e2e2;
	color: #C4C4C4;
    font-size: 11px;
	padding: 3px 5px 3px 5px;
	margin-top: 50px;
    height: 18px;
}

.btn-buscar{
	float: left;
	display: inline;
	width: 33px;
	height: 24px;
	background: url(../images/img-cor/bt-busca.png) no-repeat;
	border: none;
	cursor: pointer;
	margin-left: 6px;
	margin-top: 50px;
}