Found the problem.

Change this in stylesheet.css
Code:
LABEL.inputLabel {
	width:90%;
	float:left;
	margin:.3em;
}
with this

Code:
LABEL.inputLabel {
	/*width:90%;*/
	width: 11em;

	float:left;
	margin:.3em;
}