The user-agent stylesheet for Chrome gives a border-radius of 5px to all the corners of a element. I\'ve tried getting rid of this by applying a
This works for me (styles the first appearance not the dropdown list):
select { -webkit-appearance: none; -webkit-border-radius: 0px; }
http://jsfiddle.net/fMuPt/