/*
    Document   : style.css
    Created on : Dec 15, 2012, 4:30:39 PM
    Author     : jk
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


#recaptcha_table {
    margin: 0 auto !important;
}

#recaptcha_area {
    margin: 0 auto !important;
}

#recaptcha_area .recaptchatable {
    line-height:0px !important;
}

#captcha div div {
    margin-left: auto;
    margin-right: auto;
}
