.ss-pu-line-break {
	background-color: #fff;
	margin: 15px 0;
}

.ss-pu-clear {
	clear: both;
}

.ss-pu {
	display: block;
}

.ss-pu-container {
    border: 3px solid #4E013F;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	border-radius: 20px;
	padding: 5px;
	background-color: #07E2B8;
    z-index: 1;
}

.ss-pu-close-btn {
	position: absolute;
	background: transparent url(../png/popup-close.png) no-repeat;
	width: 32px;
	height: 32px;
	top: -16px;
	right: -20px;
}

.ss-pu-text {
	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
	background: url('../png/bg-popup.png') repeat;
	background-color: #07E2B8;
    padding: 20px 20px 25px;
}

.ss-pu-title {
    text-align: center;
    color: #4E013F;
    font-weight: bold;
	font-size: 28px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 900;
}

.ss-pu-title img {
	display: block;
	margin: auto;
}

.ss-pu-title span {
	display: block;
    margin-top: 12px;
}

.ss-pu-message {
    text-align: center;
    color: #4F0240;
	font-size: 15px;
	margin-top: 15px;
}

.ss-pu-buttons {
	text-transform: uppercase;
	text-align: center;
	margin: 25px 0 auto;
	font-size: 15px;
}

.ss-pu-buttons a:focus {
	text-decoration: none;
	border: none;
	outline: none;
}

.ss-pu-fb, .ss-pu-twitter {
	display: inline-block;
	border: none;
}

.ss-pu-fb:focus, .ss-pu-twitter:focus {
	text-decoration: none;
	border: none;
	outline: none;
}

.ss-pu-fb {
	margin-right: 15px;
}

.ss-pu-close-text {
	text-align: center;
	margin-top: 25px;
}

.ss-pu-close {
	font-size: 15px;
	color: #fff;
	text-decoration: underline;
}

.ss-pu-close:hover {
	color: #fff;
	text-decoration: underline;
}