#recaptcha_widget div {
	clear:none;
	height:auto;
	padding-top:0px;
	margin-top:0px;
	float:left;
}
#recaptcha_widget .recaptcha_background {
	background-color:#2F6790;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}
#recaptcha_widget #recaptcha_image {
	float:left;
}
#recaptcha_widget .recaptcha_buttons {
	float:left;
	clear:right;
	margin-left: 5px;
}
#recaptcha_widget .recaptcha_buttons div {
	clear: both;
	margin-top: 2px;
	height: 17px;
}

#recaptcha_widget .recaptcha_inputs {
	clear:both;
}

#recaptcha_widget .recaptcha_questions {
	margin: 15px 5px 5px 0px;
	clear: both;
	float: left;
	overflow: hidden;
}

#recaptcha_widget #recaptcha_response_field {
	border-radius: 5px 5px 5px 5px;
	clear: both;
	float: left;
	font-size: 20px;
	margin: 5px 5px 5px 0;
	padding: 5px;
	width: 328px;
	font-family:"Courier New";
}

#recaptcha_widget a#recaptcha_audio_play_again {
	color: #ffffff;
}

#recaptcha_widget a#recaptcha_audio_download {
	color: #ffffff;
}