$(function() {
	$('.int_numeric').numeric();
	$('.float_numeric').numeric({allow:"., "});
});
