/*!
 * cache=false;cachewrite=true
 * @license Licences are viewable at this URL: https://moutest3.gaiaonline.com/src/_/f27c27b6cbaea3559afd8c7b58b51f36-1765684074-1445-271/src/css/captcha.css
 */


/*! /src/css/captcha.css */
#recaptcha_widget {
    font-family: arial,helvetica,clean,sans-serif;
    font-size: 13px;
    padding: 5px 0;
    width: 325px;
}

#recaptcha_widget a {
    float: right;
}

#recaptcha_widget .refresh_captcha a {
    float: none;
}

#recaptcha_widget #recaptcha_response_field {
    width: 275px;
}

/* IE hack to submit for on hitting enter. need more than one input box in the form  for it to work. so hide this extra input box */
input#placeholder {
  display: none;
}