I understand that using the same id multiple times in a page creates malformed html. When using a jquery selector only the first element with the id will be returned, but in
You only know what the current requirements are.
It is best to keep to standards and to valid code/markup as you don't know what will happen in the future.
In this application, you may very well end up having to use jQuery and then you will be in trouble.
The solution for styling multiple elements the same way is to use CSS classes - there is absolutely no reason not to do so, as it is just as simple as using ids.