<div style="float:left; width:298px">
                    <div id="d_cidade_interesse" style="float:left; margin-top:11px;">
                        <select class="form_estilo" style="width:298px;">
                            <option value=""></option>
                        </select>
                    </div>
                </div>
                <p style="float:left; font-weight:bold; margin-top:15px; margin-left:10px;">Estado:</p>
                <p style="float:left; margin-left:5px;">
                    <select name="estado_interesse" id="estado_interesse" onchange="carrega_cidades_interessados(2, this.value, <?php 
echo $idst;
?>
);" class="form_estilo">
                        <option value=""></option>
                        <?php 
$e = $dt->buscaEstadoInteresse($idst);
foreach ($e as $j => $uf) {
    echo '<option value="' . $uf->estado_interesse . '">' . $uf->estado_interesse . '</option>' . "\n";
}
?>
                    </select>
                </p>
                <p style="float:left; font-weight:bold; margin-top:16px; margin-left:5px;">Status:</p>
                <p style="float:left;  margin-left:5px;">
                    <select name="id_status" id="id_status" class="form_estilo" style="width:190px;">
                        <option value=""></option>
                        <?php 
$e = $dt1->listaStatus();
foreach ($e as $j => $st) {
    if ($st->id_status != 18) {
        echo '<option value="' . $st->id_status . '">' . $st->status . '</option>' . "\n";
        <div style="height:54px; width:766px; float:left;">
        	<div style="margin:0; width:766px; height:25px; margin-top:15px; background-color:#F5F5F5; border-bottom:solid 1px #0071B6; float:left;">
            	<p style="margin:0; margin-top:7px; font-weight:bold">
                	Cadastros preenchidos pelo site
                    <img src="../images/null.gif" width="1" height="1" border="0" onload="listarInteressados(3, 18, 1, 20);" />
                </p>
            </div>
        </div>
        <form action="#Interessados" method="post" onsubmit="listarInteressados(3, 18, 1, 20); return false;"> 
        <div style="float:left; width:766px; margin-top:-5px;">
        	<p style="float:left; font-weight:bold; margin-top:15px;">Estado:</p>
            <p style="float:left; margin-left:10px;">
            	<select name="estado_interesse" id="estado_interesse" onchange="carrega_cidades_interessados(3, this.value, 18);" class="form_estilo">
                    <option value=""></option>
                    <?php 
$e = $dt->buscaEstadoInteresse(18);
foreach ($e as $j => $uf) {
    echo '<option value="' . $uf->estado_interesse . '">' . $uf->estado_interesse . '</option>' . "\n";
}
?>
                </select>
            </p>
            <p style="float:left; font-weight:bold; margin-top:15px; margin-left:10px;">Cidade:</p>
            <p id="d_cidade_interesse" style="float:left; margin-top:11px; margin-left:10px;">
                <select class="form_estilo" style="width:240px;">
                    <option value=""></option>
                </select>
            </p>
			<p style="float:left; font-weight:bold; margin-top:15px; margin-left:10px;">Nome:</p>
            <p style="float:left; margin-left:10px;">
            	<input type="text" name="nome" id="nome" class="form_estilo" style="width:240px;" maxlength="50" />