Looking at your login page I see a couple of possibilities. First is you are missing a section of the CSS code that should hide the grayed-out block.

Add this to your stylesheet -

.hiddenField {
display: none;
}
.visibleField {
display: inline;
}

Second - I think you need to add the UK counties in order for that dropdown to work properly. Check the downloads section for the addition.