/*
 * $Id$
 */

#recaptcha_table {
	/* width: 535px !important; */
	width: 100% !important;
	margin-top: 1em !important;
}

#recaptcha_response_field {
	margin-bottom: 5px !important;	
}	

/* recaptcha 
#recaptcha_logo, #recaptcha_tagline {
	display: none;
} */

.recaptcha_input_area:after {
	content: "Please enter the words above.";
}

:lang(cn) .recaptcha_input_area:after {
	content: "[TODO EN->CN: Please enter the words above.]";
}

:lang(es) .recaptcha_input_area:after {
	content: "Please enter the words above.";
}

:lang(ja) .recaptcha_input_area:after {
	content: "[TODO EN->JA: Please enter the words above.]";
}
