Here's the source of the captcha div, suggest the modifications to be made:
<div id="mainbar" class="mainbar-captcha">
<div style="margin-left: 0px; font-size: 150%" class="content-inside">
<a href="http://www.jinx.com/men/shirts/video_games" target="_blank">
<img src="/content/stackoverflowmeta/img/captcha-humans-are-dead.jpg" width="600" height="444" alt="Humans Are Dead T-Shirt" style="margin-bottom:10px;"/>
</a>
<form method="post" action="/captcha?s=33764f15-3135-472f-a177-063cc1f6b432">
<div><script type="text/javascript">
var RecaptchaOptions = {
theme : 'clean',
tabindex : 0
};
</script><script type="text/javascript" src="http://api.recaptcha.net/challenge?k=6LdchgIAAAAAAJwGpIzRQSOFaO0pU6s44Xt8aTwc">
</script><noscript>
<iframe src="http://api.recaptcha.net/noscript?k=6LdchgIAAAAAAJwGpIzRQSOFaO0pU6s44Xt8aTwc" width="500" height="300" frameborder="0">
</iframe><br>
</br><textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea><input name="recaptcha_response_field" value="manual_challenge" type="hidden" />
</noscript></div>
<script type="text/javascript">
$(function() { $("#recaptcha_response_field").focus(); });
</script>
<noscript>
You must enter the confirmation code in the box above after solving the challenge
</noscript>
<p>
</p>
<input id="btn-captcha" style="font-weight: bold;" type="submit" name="post" value=" I'm a Human Being " /><br>
</form>
</div>
</div>