@CHARSET "ISO-8859-1";

#PesquisaComboBox 
{
	margin: 5px 6px 5px 6px;
	color:#000000;
}


#PesquisaComboBox #title h4
{
	font-family: cursive;
	font-size: 16px;
	text-indent:-999px;
	background-image:url(../mod_img/pesquisa_combo_box/img_imoveis.jpg);
	width:146px;
	height:22px;

}

#PesquisaComboBoxForm {
margin-top:2px;

}

#PesquisaComboBoxForm select.pesquisaComboBox
{
	width : 100%;
	font-family: sans-serif;
	font-size: 11px;
	
}

#PesquisaComboBoxForm .select_label
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: bold;
	margin: 10px auto 3px auto;
	display:block;
	
} 

#PesquisaComboBoxForm #bto_pesquisa{
	border:0px;
	background-image:url(../mod_img/pesquisa_combo_box/bto_pesquisa.jpg);
	width:60px;
	height:16px;
	text-indent:-9999px;
	*text-indent:0px;
	*padding-left:100px;
	margin-left:85px;
	margin-top:5px;
	cursor:pointer;

}