Plugin itself works like a charm. However, on line 76 of wp-recaptcha.php a <STYLE> declaration appears without indicating the type (i.e., that CSS declarations follow).
This can be very easily resolved by substituting line 76 with the following:
<style type="text/css">
Little problem, simple solution; still, nice for validation purposes. :-)