I have a table with two columns, like this:
Firstname: Jeff
Where the first column is a label and the second one is an input. Now I\'m setting
simple solution would be to fix the length of the label which would accommodate the biggest lable (add some 50px extra so you can center it) and use text-align:center
text-align:center
Here's a fiddle for the same.. http://jsfiddle.net/mvivekc/4P58S/
hope it helps.