$(document).ready(function() {
	$('.row:even').css("background-color","#E7E7E7");
	
	$("#UserPhone").mask("(999) 999-9999");
});
