/*
	Global CSS overrides

	Place in this file any CSS fixes which should role out to all event sites on this server.
	Always link to this file *after* the rest of the CSS in the site you are working on, so these styles are read last and can override local styles if needed.
*/

/*ReCaptcha fixes - June 2013 - Google changed their Captcha code so we need some overrides here so our own CSS doesn't bleed into the Captcha area and break stuff.*/
.recaptchatable * {line-height:normal;}
.recaptchatable #recaptcha_response_field {font-size:10pt; height:auto; margin:15px 0 0 0; width:153px;}
.recaptchatable a {font-weight:normal;}
.recaptchatable img {border:none; height:auto; line-height:normal; padding: 0 !important; vertical-align:none;}