Form fields and Chrome

I am having an issue with the google chrome browser. I appear to have a gap between the two form fields. Is there anyway to remove it? Below are the differences between ie and chrome.

Have you specified margins for the form fields and padding & margins for your containers?

Go ahead and post your HTML and CSS. There’s very little that we can recommend without seeing actual code.

Each browser has its own default styles, so you need to reset those to have more cross-browser consistency. Chrome adds a small margin around text inputs, so input {margin: 0;} gets rid of that.