?>
 	
                    <div style="background:#0071B6; width:758px; color:#FFF; height:30px;">
                        <p style="margin-top:10px; text-align:center; width:98.7%;">
                            CADASTRO DE NOVOS INTERESSADOS		
                        </p>
                        <p style="float:left; margin-top:-40px; margin-left:709px; font-weight:bold"><a href="javascript:window.history.go(-1)" style="color:#0066FF">voltar</a></p>
                    </div>	
                    <div style="width:756px; margin-top:10px;">
                        <div  style="border: solid 1px #0071B6;">
                            <div class="styler1">
                            <p class="styler3" style="margin-top:10px; margin-left:14px; font-weight:normal">
							<b>Status Atual: </b>
							<?php 
$d = $dt->buscaIDStatus($id);
$e = $dt1->buscaStatus($d->id_status);
echo $e->status;
//if(!$submit2){
$observacao_expansao = $d->observacao_expansao;
//}
?>
							</p>
                            </div>
                            <?php 
if ($erro_sub2 > 0) {
    ?>
                            <div style="color:#FF0000; border-bottom:solid 1px #0071B6; width:756px;">
                            <p style="margin:10px; width:746px;"><?php 
    echo $error2;
    ?>
<img src="../images/null.gif" border="0" height="1" width="1" onload="<?php