jQuery(document).ready(function() {
	jQuery("div.right-check > label[for='optin']").parent().css("display", "none");
  jQuery("#main input#cons_email_opt_in:checkbox").parent().parent().css("display", "none");
});