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.
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 { }


