.clearfix {
	clear: both;
}

.eupopup-container {
	background-color: rgba(255,0,0,0.90);
	color: #ff0000;
	padding: 5px 20px;
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
	display: none;
	z-index: 9999999;
}

.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: #ffffff;
	filter: alpha(opacity=20);
	position: absolute;
	font-family: 'NexaBold';
   	src: url('NexaBold.woff');
	top: 0; right: 0;
	padding: 5px 10px;
	text-decoration: none;
}
.eupopup-closebutton:hover,
.eupopup-closebutton:active {
	color: #FF9595;
	text-decoration: none;
}

.eupopup-head {
	font-family: 'NexaBold';
   	src: url('NexaBold.woff');
	font-size: 1.2em;
	font-weight: bold;
	padding: 7px;
	color: #ffffff;
}

.eupopup-body {
	color: #ffffff;
	padding-bottom:10px;
	font-family: 'NexaBold';
   	src: url('NexaBold.woff');
}

.eupopup-buttons {
	padding: 5px 0 7px 0;
}

.eupopup-button_1 {
	color: #ffffff;
	font-family: 'NexaBold';
   	src: url('NexaBold.woff');
	font-weight: 400;
	font-size: 12px;
	padding:5px 10px;
}

.eupopup-button_2 {
	color: #ffffff;
	font-family: 'NexaBold';
   	src: url('NexaBold.woff');
	font-weight: 400;
	font-size: 12px;
	padding:5px 10px;
}

.eupopup-button {
	text-decoration: none;
	margin: 0 10px;
	border:solid 2px #ffffff;
	border-radius:2px;
}

.eupopup-button:hover,
.eupopup-button:focus {
	color: #ff0000;
	background-color:#ffffff;
	border:solid 2px #ffffff;
}

body .eupopup-color-default {
	color: #ffffff;
	background-color: rgba(255, 0, 0, 0.9);
}

body .eupopup-color-default .eupopup-head {
	color: #ffffff;
}

body .eupopup-style-compact {
	text-align: left;
	padding: 8px 30px 7px 20px;
	line-height: 15px;
}

body .eupopup-style-compact .eupopup-head,
body .eupopup-style-compact .eupopup-body,
body .eupopup-style-compact .eupopup-buttons {
	display: inline;
	padding: 0;
	margin: 0;
}

body .eupopup-style-compact .eupopup-button {
	margin: 0 5px;
}
