$(document).ready(function(){
	$('#meio dl dd:first').addClass('semborda');
	$('p#voltar a').click(function(){
		history.go(-1);
		return false;
	});
	$('#cadastroenviado').each(function(){
		$('.campo').hide();
/*
		$.ajax({
			url: 'http://',
			data: 'nome='+$('#cadastro_nome').val()+'&email='+$('#cadastro_email').val(),
			dataType: 'html',
			type: 'POST'
		});
/* */
//		alert('nome='+$('#cadastro_nome').val()+'&email='+$('#cadastro_email').val());
	});
});
