

/* Google reCaptcha v2.0
/* ---------------------
/* just copy this block with code
/* to the your main css file
=============================== */
.g-recaptcha > div > div {
	width:inherit !important;
	position:relative;
	display:block;
	padding:0;
	overflow:hidden;
	max-width:302px;
	border-right:1px solid #d3d3d3;
	border-radius:4px;
	box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);
	-webkit-box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);
	-moz-box-shadow:2px 0px 4px -1px rgba(0,0,0,.08)
}
.g-recaptcha iframe{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	border:0
}
.g-recaptcha > div{
	position:relative
}