jQuery(function(){

	jQuery('#tx-srfeuserregister-pi1-tx_nxextendsrfeuserregister_privacy').addClass('nx-formvalidation-input');
	jQuery('#tx-srfeuserregister-pi1-tx_nxextendsrfeuserregister_privacy').addClass('nx-formvalidation-checked');
	jQuery('#tx-srfeuserregister-pi1-tx_nxextendsrfeuserregister_privacy').addClass('nx-formvalidation-error-checkbox');

	jQuery('.tx-srfeuserregister-pi1-invalid-email-error').each(function(errorBlockKey, errorBlock) {
		jQuery('.nx-formvalidation-errorfield-checkbox').each(function(checkBoxKey, checkBox) {
			jQuery(checkBox).after(errorBlock);
		});
	});

});
