$(document).ready(function() {
	$("#regForm :input:visible:enabled:first").focus();	
});	