
$(document).ready(function () {
    $('#loginDiv').dialog({ autoOpen: false, modal: true, width: 350, height: 440 });
});

