.g-recaptcha {
	background:#FFF;
	width:256px;
	margin:0 auto;
	margin-top: 50px;
}

.network_subscribe_around {
	max-width: 540px;
	margin:120px auto;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: rgba(255,255,255,.9);
	background: #EAFCF9\9; /* IE8 and below */
	border-radius: 3px;
	box-shadow: rgba(0,0,0,.2) 0 0 80px;
	border:1px solid #bec3c7;
	padding:40px;
}
.network_subscribe_around .network-name {
	font-size: 32px;
	text-align: center;
	margin-top:30px;
}
.network_subscribe_around .network-photo {
	width: 100px;
	height: 100px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #FFFFFF;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left:50%;
	margin-left:-50px;
	top:0;
	margin-top:-50px;
	border-radius: 5px;
	border:3px solid #FFF;
	box-shadow: rgba(0,0,0,.3) 0 0 10px;
}
.recaptcha_notice {
	margin-top: 40px;
	font-size: 28px;
	font-weight: 400;
	text-align: center;
}
.recaptcha_notice .subtext {
	font-size: 18px;
	font-weight: 300;
}

@media screen and (max-width: 630px) {
	.network_subscribe_around {
		margin:80px auto;
		border-radius: 0;
		width: 100%;
		border-left:none;
		border-right: none;
	}
}
@media screen and (max-width: 336px) {
	.network_subscribe_around {
		padding-left: 20px;
		padding-right: 20px;
	}
	.g-recaptcha {
		margin-top: 30px;
	}
	.recaptcha_notice {
		margin-top: 10px;
	}
}
