by the 2.1 update. a rechapta was added. That needs to be updated. It tells me you have 2.1 and rechapta was installed in the registration form. You might need to update your current skin.
on what you have. You have ObsessBlue and it was desgined for 2.0, but you can still fix it up.
Remove the last text box, and the title of the "What does this add up to?" and the php code.
and add that to your registration_main on line 200,
<dt>reCaptcha</dt>
<dd>
<?php
echo recaptcha_get_html(Config::Get('RECAPTCHA_PUBLIC_KEY'), $captcha_error);
?>
</dd>