* {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}

body {
	line-height:1;
}

ol,ul {
	list-style:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

caption,th,td {
	text-align:left;
	font-weight:normal;
	vertical-align:middle;
}

q,blockquote {
	quotes:none;
}

q:before,q:after,blockquote:before,blockquote:after {
	content:"";
	content:none;
}

a img {
	border:none;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
	display:block;
}

.recaptcha_widget {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	background:#FFF;
	margin:0 0 10px;
	padding: 15px;

	-webkit-box-shadow: inset 4px 4px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 4px 4px 4px 0px rgba(0,0,0,0.2);
	box-shadow: inset 4px 4px 4px 0px rgba(0,0,0,0.2);
}

#recaptcha_image {
	width:100% !important;
	height:auto !important;
	text-align: center;
	border:1px solid #cecece;
}

#recaptcha_image img {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:auto;
}

#recaptcha_challenge_image {
	width: 100%;
}

.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;
	background:#FFF;
}

.recaptcha_is_showing_audio #recaptcha_image br {
	display:none;
}

.recaptcha_is_showing_audio #recaptcha_image #recaptcha_audio_download {
	display:block;
}

.recaptcha_input {
	color:#454545;
	font-size: 1.06em;
	margin:4px 0 0;
	padding:10px 0;
}

.recaptcha_input label{
	margin:0 0 15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.recaptcha_input input{
	border:1px solid #cecece;
	color: #454545;
	height: 43px;
	margin-top: 10px;
	padding: 0 1em;
	width:100%;

	-webkit-box-shadow: inset 4px 4px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 4px 4px 4px 0px rgba(0,0,0,0.2);
	box-shadow: inset 4px 4px 4px 0px rgba(0,0,0,0.2);
}

.recaptcha_options{
	list-style:none;
	margin:4px 0 0;
	height:18px;
}

.recaptcha_options li{
	float:left;
	margin:0 4px 0 0;
}

.recaptcha_options li a{
	text-decoration:none;
	text-shadow:0 1px 1px #000;
	font-size:1em;
	color:#000;
	display:block;
	width:20px;
	height:18px;
}

.recaptcha_options li a:hover{
	color:#b99f26;
}

.recaptcha_options li a:active{
	position:relative;
	top:1px;
	text-shadow:none;
}

.captcha_hide{
	display:none;
}

