

.shared-divider {
	position: relative;
	margin: 50px 0 20px 0;
	border-top: 1px solid #DDD;
	text-align: center;
}

.shared-divider-label {
	margin-top: -12px;
}

.shared-divider-label span {
	padding: 0 10px;
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: white;
}

.white.button {
	background-color: #e9e9e9;
	color: #333 !important;
}

.nice.white.button {
	border: 1px solid #cacaca;
	text-shadow: none !important;
}

.button:hover {
	background-color: #0192dd;
	color: #fff;
	text-decoration: none !important;
}

.white.button:hover {
	background-color: #dadada;
	color: #333;
}

.connect-with-button {
	display: inline-block;
	margin: 0;
	width: 132px;
	height: 33px;
}

.marginleft13 {
	margin-left: 13px;
}

@media only screen and (max-width: 360px) {
 .marginleft13 {
	 margin-left: 0px;
 }
}
.account-sprites {
	background: url("../img/social-buttons.png") no-repeat top left;
}

.account-sprites-facebook {
	background-position: 0 0;
}

.account-sprites-google {
	background-position: 0 -34px;
}

.module_profile_box .box {
	float: left;
	padding: 20px;
	width: 430px;
	background-color: #fff;
	border: 2px solid #ececee;
	margin-top: 10px;
}

.module_profile_box .left {
	margin-right: 11px;
}

.module_profile_box .box .img {
	float: left;
	margin: 0 10px 10px 0;
}

.module_profile_box .box .img img.profile {
	border: 1px solid #ddd;
}

.module_profile_box .box .content {
	margin-left: 0px;
	line-height: 16px;
}

.module_profile_box .box .content div {
	padding: 3px 0px;
}

/* extra added css*/

#connect-with-buttons{ display:inline-block;}

.mt20{ margin-top:20px;}