I try to apply to buttons an elegant CSS style I found. I need to keep buttons for semantic/accessibility reasons. But my nice CSS is conflicting with the button elements' native CSS style, and loosing to it.How to override the natural CSS of html buttons' elements ?\[code\]/* CSS works for buttonis, doesn't work for buttons*/button.btn, buttoni.btn { ... }\[/code\]http://jsfiddle.net/bkWNw/3/Edit: The buttons element should look exactly like the buttonis elements.