//*************************
$(document).ready(function(){

var $mailuser = $('.biz_unil_mailuser_field input');

$mailuser.focus();


});

