.clearfix {
	clear: both;
}

.eupopup-container {
	background-color: rgba(0, 0, 0, 0.8);
	color: #efefef;
	padding: 5px 20px;
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
	display: none;
	z-index: 5999999;
}

.eupopup-container-top,
.eupopup-container-fixedtop {
	position: absolute;
	top: 0; left: 0; right: 0;
}

.eupopup-container-fixedtop {
	position: fixed;
}

.eupopup-container-bottom {
	position: fixed;
	bottom: 0; left: 0; right: 0;
}

.eupopup-container-bottomleft {
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 300px;
}

.eupopup-container-bottomright {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 300px;
}

.eupopup-closebutton {
	font-size: 16px;
	font-weight: 100;
	line-height: 1;
	color: #FF0077;
	position: absolute;
	font-family: helvetica, arial, verdana, sans-serif;
	top: 0; right: 0;
	padding: 5px 10px;
}
.eupopup-closebutton:hover,
.eupopup-closebutton:active {
	color: #fff;
	text-decoration: none;
}

.eupopup-head {
	font-size: 1.2em;
	font-weight: bold;
	padding: 7px;
	color: #fff;
}

.eupopup-body {
	color: #a2a2a2;
}

.eupopup-buttons {
	padding: 7px 0 5px 0;
}

.eupopup-button_1 {
	color: #5db8cd;
	font-weight: bold;
	font-size: 14px;
}

.eupopup-button_2 {
	color: #FF0077;
	font-weight: normal;
	font-size: 12px;
}

.eupopup-button {
	margin: 0 10px;
		text-decoration: underline;
	color: #FF0077;
}

.eupopup-button:hover,
.eupopup-button:focus {
	text-decoration: underline;
	color: #FF0077;
}

.eupopup-button a {
	text-decoration: underline;
	color: #FF0077;
}


