Hello,
I believe you can disable the Help System which will disable the blue "?" icons by setting the following in your web.config or user.config.
<add key="DisableHelpSystem" value="true" />
You can also change the icon by replacing \data\siteimages\featureicons\help.gif with an image of your choosing (just make sure the name is help.gif).
HTH,
Joe D.