How to change checkbox's border style in CSS?

css, html

Solution

If something happens in any browser I'd be surprised. This is one of those outstanding form elements that browsers tend not to let you style that much, and that people usually try to replace with javascript so they can style/code something to look and act like a checkbox.

Problem

How can I change checkbox (input) border's style? I've put `border:1px solid #1e5180` upon it, but in FireFox 3.5, nothing happens!

Original source