// JavaScript Document
$(function(){ $("#enviar_email").addClass("maozinha").click(function(){ $("form").submit(); }); });
