Copy everything from /wp-content/plugins/wp-recaptcha/wp-recaptcha.css into your themes main stylesheet.
Open /wp-content/plugins/wp-recaptcha/wp-recaptcha.php
Find function re_css() {
Change the whole function to look like this:
function re_css() {
return true;
/*
global $recaptcha_opt, $wpmu;
if (!defined('WP_CONTENT_URL'))
define('WP_CONTENT_URL', '/wp-content');
$path = WP_CONTENT_URL . '/plugins/wp-recaptcha/recaptcha.css';
if ($wpmu == 1)
$path = WP_CONTENT_URL . '/mu-plugins/wp-recaptcha/recaptcha.css';
echo '<link rel="stylesheet" type="text/css" href="' . $path . '" />';
*/
}
Done.
We just changed it in our blog and found your question http://pr11.de