.salescenter-popup {
	overflow: hidden;
	padding: 12px 15px 6px 15px;
	max-width: 530px;
	color: #535c69;
	position: relative;
}

.salescenter-popup:after {
	content: '';
	position: absolute;
	height: 1px;
	bottom: 0;
	left: 15px;
	right: 15px;
	background: #525c69;
	opacity: .1;
}

.salescenter-popup-title {
	display: block;
	overflow: hidden;
	line-height: 18px;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 14px 0;
}

.salescenter-popup-text {
	font-size: 13px;
	line-height: 17px;
	margin: 0 0 22px 0;
}

.salescenter-connect-popup .popup-window-close-icon {
	width: 47px;
	height: 47px;
}