$(document).ready(function(){						
	$('#bt').click(function(){
		$('#form_cadastro').submit();
	});
	$('#form_cadastro').simpleDialog({
		width: 300,
		height: 80,
		showCloseLabel: false
	});
});

