The reason it didn't work is that despite setting the border-width and the border-color you didn't specify the border-style:
JS Fiddle demo.
It's usually better to define the styles in the stylesheet (so that all elements are styled without having to find, and change, every element's style attribute):