$(document).ready(function(){
	$(".phonenumber").mask("999-999-9999");
	$(".zipcode .text").mask("99999");
	$(".state input").mask("aa");
});
