Hi Bruno,
I came up with a solution for this. If you get the latest code from the repository and then add this to the theme.skin file for your skin:
<asp:CreateUserWizard runat="server"
CreateUserButtonStyle-CssClass="jqbutton ui-button ui-widget ui-state-default ui-corner-all"
ContinueButtonStyle-CssClass="jqbutton ui-button ui-widget ui-state-default ui-corner-all"
FinishCompleteButtonStyle-CssClass="jqbutton ui-button ui-widget ui-state-default ui-corner-all"
StartNextButtonStyle-CssClass="jqbutton ui-button ui-widget ui-state-default ui-corner-all"
/>
Best,
Joe