  
        #reCaptcha div
        {
            width: 500px;
            margin: 0 auto;
        }

        #reCaptcha table
        {
            table-layout: auto;
        }

        #reCaptcha tr:last-child td:first-child
        {
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
        }

        #reCaptcha tr:last-child td:last-child
        {
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
        }
