You are missing from your stylesheet two classes:
Code:
.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}
You will want to add these so the display on the address is right and it works correctly ...