.reCaptchaList .form-control-feedback .reCaptchaList .sh-form-control-feedback {
	top:-34px!important;
}
.reCaptchaText {
	font-size:1em;
	padding-bottom:30px;
}
.reCaptchaList {
	list-style:none;
	display:table;
	padding-left:0!important;
}
.reCaptchaList li {
	display:table-cell;
	text-align:center;
	width:50px;
	min-width:50px;
	position:relative;
}
.reCaptchaList li .form-control-feedback {
	top: -28px!important;
}
.reCaptchaList li img {
	width:38px;
	height:38px;
	margin:5px;
	cursor:pointer;
	transition:linear 200ms all;
	display:block;
	clear:both;
	border-radius:10px;
	top:0;
	z-index:2;
}
.reCaptchaList li img.reCaptchaImage:hover {
	border-radius:10px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
.reCaptchaList li input {
	display:inline-block;
	clear:both;
	z-Index:3;
	top:0;
}
.reCaptchaSelected {
	-webkit-box-shadow: 0 0 10px 1px rgba(0,255,0,.5);
	box-shadow: 0 0 10px 1px rgba(0,255,0,.5);
	border-radius:10px;
	border:1px solid #090;
}