.socialMediaNetworkContainer {
	display: inline-block;
	margin-right: 10px;
}

.socialMediaNetworkContainer .loginArea {
	width: 250px;
	height: 50px;
	display: inline-block;
}

.socialMediaNetworkContainer .loginArea .ai_button {
	line-height: 30px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	background-repeat: no-repeat;
	background-size: 30px 30px;
}

.socialMediaNetworkContainer .loginArea .ai_button:hover {
	opacity: 0.85;
}

.socialMediaNetworkContainer .loading {
	background-image: url('/cms/images/loading.gif');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	min-width: 50px;
	min-height: 50px;
}