 $(document).ready(function(){
 	
  $("input.phone").mask("(999) 999-9999");

});
