This is one of the minor CSS problems that plagues me constantly. How do folks around Stack Overflow vertically align checkboxes and
checkboxes
I usually use line height in order to adjust the vertical position of my static text:
label { line-height: 18px; } input { width: 13px; height: 18px; font-size: 12px; line-height: 12px; }
Label text
Hope that helps.