I have a text input with a search buton absolute positioned over it... to make space for the button I used some padding to keep the text from going under the button, which i
You'll have to use float: left/right on '#mainPageSearch input' before you can apply padding/margin.