$(document).ready(function(){
	$("#AllPayPrice").keypress(function (e) { if( e.which!=46 && e.which!=8 && e.which!=0 && (e.which<48 || e.which>57)) return false; });
});
