// JavaScript Document
$(function() {
	$('#account').validate();
	$('#phone').mask('(999)999-9999');
});
