#recaptcha_image img {
	width: 270px;
	height: 52px;
}

#recaptchaButtons {
	float: left;
	padding-top: 5px;
}

#recaptchaButtons a {
	display: block;
}

#recaptchaReload {
	width: 25px;
	height: 18px;
	background: url(http://www.google.com/recaptcha/api/img/clean/refresh.png) no-repeat scroll 0 0;
}

#recaptchaSwitchAudio {
	width: 25px;
	height: 15px;
	background: url(http://www.google.com/recaptcha/api/img/clean/audio.png) no-repeat scroll 0 0;
}

#recaptchaSwitchImg {
	width: 25px;
	height: 15px;
	background: url(http://www.google.com/recaptcha/api/img/clean/text.png) no-repeat scroll 0 0;
}

#recaptchaHelp {
	width: 25px;
	height: 16px;
	background: url(http://www.google.com/recaptcha/api/img/clean/help.png) no-repeat scroll 0 0;
}

#recaptchaResponseArea {
	float: left;
	padding: 5px 0px 0px 5px;
}

#recaptcha_response_field {
	margin-top: 5px;
}
