<asp:CreateUserWizard ID="CreateUserWizard1" runat="server" 
                    oncreateduser="CreateUserWizard1_CreatedUser"  
                    CreateUserButtonText="REGISTER" BorderColor="#9DCE58" Font-Size="14" BorderStyle="None" Width="100%" 
                    CompleteSuccessText="Thanks for taking the first step in helping raise awareness and funds to support rare disease. A verification email has been sent to you, please follow the instructions to activate your account.Thank you!"
                    ContinueButtonText="" LoginCreatedUser="False" 
                    DisableCreatedUser="True"  
                    RequireEmail="false" InvalidPasswordErrorMessage=" required"
                    DuplicateUserNameErrorMessage="<br /><span style='font-weight: normal !important; font-size: 12px !important; '>E-mail is already in use. Please enter another.</span>" 
                    FinishDestinationPageUrl="~/" DisplayCancelButton="False" 
                    ContinueDestinationPageUrl="~/" 
                     CreateUserButtonImageUrl="~/images/btn_register_up.gif" CreateUserButtonType="Image">
我想加入 onmouseover="this.src='./images/btn_register_down.gif'"
         onmouseout="this.src='./images/btn_register_up.gif'"和 移動創建用戶那個button怎麼實現 謝謝各位大大 最好能給代碼