You are missing some classes from your stylesheet.css ...

You need to add:
.hiddenField {
display: none;
}
.visibleField {
display: inline;
}