
jQuery(function(){			// for masking the date formate
	jQuery("#birth_date").mask("99/99/9999",{placeholder:"_"});
	});

	