.clearfix {
	clear: both;
}

.eupopup-container {
    font-family: URWGeometric-Regular; 
	background-color: rgba(255, 255, 255, 0.9);
	color: #efefef;
	padding: 5px 20px;
	font-size: 14px;
	line-height: 1.2em;
	text-align: center;
	display: none;
	z-index: 9999999;
    padding-left: 10%;
    padding-right: 10%;
}

.eupopup-body a {color:#000;}

.eupopup-container-top,
.eupopup-container-fixedtop {
	position: absolute;
    	top: 0; left: 0; right: 0;
}

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

.eupopup-container-bottom {
	position: fixed;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.9);
	bottom: 0; left: 0; right: 0;
    border-top: 1px #ccc solid;
}

.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: 20px;
	font-weight: 100;
	line-height: 1;
	color: #000;
	filter: alpha(opacity=20);
	position: absolute;
	font-family: helvetica, arial, verdana, sans-serif;
	top: 10px; right: 10px;
	padding: 5px 10px;
    text-decoration: none;
}
.eupopup-closebutton:hover,
.eupopup-closebutton:active {
	color: #666;
	text-decoration: none;
}

.eupopup-head {
	font-size: 1.2em;
	font-weight: normal;
    font-family:'URW Geometric W05 Bold';
    letter-spacing: 0.5px;
	color: #000;
}

.eupopup-body {
	color: #a2a2a2;
}

.eupopup-buttons {

}

.eupopup-button_1 {
	color: #000;
	font-weight: normal;
    font-family:'URW Geometric W05 Bold';
	font-size: 14px;
}

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

.eupopup-button {
	margin: 0 ;
}

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

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

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

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;
}
