The problem there is that DW's behaviors are all using getElementById() to identify items. This will not work with a class assignment replacing the ID assignment. So by doing this you may well break every single DW behavior on the page.
In addition, it's important to make clear that any given id value can only be used ONCE on any given HTML page. You can use it any number of times in selectors in a stylesheet.