order is important in css
in some of the styles you set
margin-top:0;
margin:5px;
result margin-top:5px; in other styles you correctly zero the top margin
margin:5px;
margin-top:0;
a group of applied 5px will soon add to the 'missing' amount
almostbob
Posting Sensei
3,149 posts since Jan 2009
Reputation Points: 571
Solved Threads: 376
Do not put px on a zero value. It is not supported. Put 0 instead of 0px.
MidiMagic
Nearly a Senior Poster
3,319 posts since Jan 2007
Reputation Points: 730
Solved Threads: 182