﻿$(document).ready(function () {
    $('#NewUserFormBox2').animate({ height: '200px' });
});

