I want to style the <input type='range' /> element in IE10.
By default, IE 10 style the element like this:

I want to customize it a bit, say, changing the color blue to red, grey to black, the little bars to yellow, the little black scrubber to white. I tried overwriting the background-color property and the color property in CSS. But it didn't work.
Any ideas?