i had changed onto code the theme, see the code below
<?php
/*
** @Title: Recaptcha Validation
** @Date Modified: 6/01/09
** Instructions: This code lives within the form. Generally above
the <SUBMIT> button
*/
//A.This div notifies the user whether the Recaptcha was Successful or
not
echo "\n\t" . '<div id="captchaStatus" style="color:red;font-size:
12px;font-family:Verdana, Arial, Helvetica, sans-serif"><br /></div>';
//B. This script provides Recaptcha with a Theme
echo "\n\t" .'<script type="text/javascript" charset="utf-8">';
echo "\n\t" .'var RecaptchaOptions = { theme: "clean" };';
echo "\n\t" . '</script>' . "\n";
//C. Require the Recaptcha Library
require_once('security/recaptchalib.php');
//D. READ ME!
$publickey = "6Ldb2AgAAAAAAGrio3NlR1eaFkwMMrcZQomyZJbj";
echo recaptcha_get_html( $publickey );
?>
> E-mail:
qaweml...@gmail.com
>
> Twitter:
http://twitter.com/qmfiles