Hey Jim,
The problem is you are using keycaptha and on VB4 each human verify option had a unique div id because different CSS was required for each, so keycapthca wasn't included since I never used it.
To fix add this code to the template:
bop5_reallyfastreg.css
Code:
#bop5rfrhv_KeyCAPTCHA {
background: {vb:stylevar bop5rfr_main_background};
position:fixed;
margin-left: -300px;
margin-top: -130px;
width: 600px;
height: 260px;
top: 50%;
left: 50%;
border: 4px inset black;
background-color: white;
z-index: 999;
display: none;
}
I'll include it in future versions.