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
Set the CSS as
border-radius:0px !important -webkit-border-radius:0px !important border-top-left-radius:0px !important
Try if it works.