/*
*   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) :)
*/
.g-recaptcha  {
    margin: 15px 0;
}

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

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

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