.recaptcha_widget{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	max-width: 100%;
}

#recaptcha_image{
	width:100% !important;
	height: auto !important
}

#recaptcha_image img{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	height:auto;
}

.recaptcha_is_showing_audio embed{
	height:0;width:0;overflow:hidden
}

.recaptcha_is_showing_audio #recaptcha_image{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width: 100%;
	height: 60px;
}

.recaptcha_is_showing_audio #recaptcha_image br{display:none}
.recaptcha_is_showing_audio #recaptcha_image #recaptcha_audio_download{display:block}

.recaptcha_input{
	color: #888;
	margin: 10px 0 0 0;
}

.recaptcha_input label{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-size: 12px !important;
}

.recaptcha_input input{width:100%}

.recaptcha_options{
	list-style: none;
	margin: 6px 0 0 0 !important;
	height: 18px;
}
.recaptcha_options li{
	float: left;
	margin: 0 6px 0 0;
}
.recaptcha_options li a{
	text-decoration: none;
	font-size: 16px;
	color: #336699;
	display:block;
	width: 20px;
	height: 18px;
	text-shadow:0 1px 1px #999;
}

.recaptcha_options li a:active{position:relative;top:1px;text-shadow:none}

.captcha_hide{display:none}
