Register yourself!
Great. So you managed to fill the captcha correctly! Fill this form, and you can use the capteacher service on your own website.

Webpage from where the captcha would be called: Specify complete URL; including the page where the captcha would be used
Optional Prompt that appears before the captcha image:
Optional Title of the captcha page:
Optional URL of CSS that you want to use for this captcha:
Optional Email address:

The bare bones CSS for dressing up the captcha is as follows:

 //For the body of the captcha request
 .captcha_body { }

 //For the prompt displayed above the captcha image
 .captcha_prompt { }

 .captcha_img { }

 //For the small line that talks about the word that was used
 .captcha_line { }

 //For the links to various dictionaries
 .captcha_lnks { }

 //For the input box where the user types the captcha
 .captcha_inp { }

 //For the submit button
 .captcha_sub { }