@CHARSET "ISO-8859-1";

#PesquisaComboBox 
{
/*	margin: 5px 6px 5px 6px;
*/	color:#000000;
padding-left:5px;
/*padding:0px 10px;*/

}


#PesquisaComboBox #title h4
{
	font-family: cursive;
	font-size: 16px;
	text-indent:-9999px;
	background-image:url(../mod_img/pesquisa_combo_box/img_pesquisa.jpg);
	height:38px;
	width:155px;
	background-repeat:no-repeat;
	margin-left:-5px;
	margin-top:5px;


}

#PesquisaComboBoxForm {
margin-top:2px;
width:150px;


}

#PesquisaComboBoxForm select.pesquisaComboBox
{
	width : 100%;
	font-family: sans-serif;
	font-size: 11px;
	
}

#PesquisaComboBoxForm .select_label
{
	font-family: sans-serif;
	font-size : 12px;
	font-weight: bold;
	margin: 10px auto 3px auto;
} 


#PesquisaComboBoxForm span#tipo_imovel
{
	display: block;
}

#PesquisaComboBoxForm span#finalidade
{
	display: block;
}

#PesquisaComboBoxForm span#cidade
{
	display: block;
}

#PesquisaComboBoxForm span#valor
{
	display: block;
}

#PesquisaComboBoxForm span#valor_maximo
{
	display: block;
}

#PesquisaComboBoxForm span#valor_minimo
{
	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;

}