/*
*   Make the width of the login form bigger so the captcha form fits nicely :)
*/
#login {
    width: 360px;
}
/*
*   add some margin (especially useful for the generated captcha code on the comment form) :)
*/
.cb-g-recaptcha  {
    margin: 15px 0;
}

.cb-g-recaptcha div {
	margin: 0 auto;
}

 /* different styling on the comment form */
#commentform .cb-g-recaptcha {
 	clear: both;
	    margin: 0;
	padding: 15px 0;
}

#commentform .cb-g-recaptcha div {margin: 0;}
