.clearfix {
	clear: both;
}

.eupopup-container {
	background-color: rgba(25, 25, 25, 1);
	color: #efefef;
	padding: 5px 20px;
	line-height: 1.2em;
	text-align: center;
	display: none;
	z-index: 9999999;
	border-top: 1px solid #1d8067;
}
.eupopup-container fieldset {
	border: 0;
		float: left;
		margin: 0;
		width: 30%;
}
.eupopup-container-top,
.eupopup-container-fixedtop {
	position: absolute;
	top: 0; right: 0; left: 0;
}

.eupopup-container-fixedtop {
	position: fixed;
}

.eupopup-container-bottom {
	position: fixed;
	bottom: 0; right: 0; left: 0;
	z-index: 999999999;
	text-align: center;
}

.eupopup-container-bottomright {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 300px;
}

.eupopup-container-bottomleft {
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 300px;
}

.eupopup-closebutton {
	line-height: 1;
	filter: alpha(opacity=20);
	position: absolute;
	top: 0; left: 0;
	padding: 20px;
	direction: ltr !important;
	text-align: left !important;
	text-indent: -9999px !important;
	display: block !important;
}
.eupopup-closebutton:hover,
.eupopup-closebutton:active {
	color: #fff;
	text-decoration: none;
}

.eupopup-head {
	padding-top: 0.7rem;
	margin: 0;
}

.eupopup-body {
	color: #08555e;
}
.eupopup-buttons {
	padding: 7px 0 5px 0;
}

.eupopup-button_1 {
	color: #f6a21d;
	font-weight: bold;
	font-size: 14px;
}

.eupopup-button_2 {
	color: #f6a21d;
	font-weight: normal;
	font-size: 12px;
}

.eupopup-button {
	margin: 0 10px 5px;
}

.eupopup-button:hover,
.eupopup-button:focus {
	text-decoration: underline;
	color: #f6a21d;
}

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

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

body .eupopup-style-compact {
	text-align: right;
	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;
}
