.clearfix {
	clear: both;
}

.eupopup-container {
	background-color: rgba(25, 25, 25, 0.75);
	color: #efefef;
	padding: 5px 20px;
    font-family: helvetica, arial, verdana, sans-serif;
	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 !important;
	font-weight: bold !important;
	line-height: 1 !important;
	color: #f6a21d !important;
	filter: alpha(opacity=20) !important;
	position: absolute !important;
	font-family: helvetica, arial, verdana, sans-serif !important;
    text-decoration: none !important;
	top: 0 !important;
    right: 0 !important;
	padding: 5px 10px !important;
}
.eupopup-closebutton:hover,
.eupopup-closebutton:active {
	color: #fff !important;
	text-decoration: none;
}

.eupopup-head {
	font-size: 1.2em;
	font-weight: bold;
	padding: 7px;
	color: #fff;
}

.eupopup-body {
	color: #a2a2a2;
}

.eupopup-buttons {
	padding: 16px 0 10px 0;
}

.eupopup-button_1 {
	color: #f6a21d !important;
	font-weight: bold !important;
	font-size: 14px !important;
    text-decoration: none !important;
}

.eupopup-button_2 {
	color: #f6a21d !important;
	font-weight: bold !important;
	font-size: 14px !important;
    text-decoration: none !important;
}

.eupopup-button {
	margin: 0 5px;
    padding: 2px 4px;
    border: 1px solid #f6a21d;
    text-decoration: none;
}

.eupopup-button:hover,
.eupopup-button:focus {
	color: #ffffff !important;
    border-color: #ffffff !important;
}

body .eupopup-color-inverse {
	color: #000;
	background-color: rgba(255, 255, 255, 0.75);
}

body .eupopup-color-inverse .eupopup-head {
	color: #000;
}

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

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-container.eupopup-style-compact .eupopup-head {
    margin: 0 5px 0 0;
}

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