.clearfix {
	clear: both;
}

.eupopup-container {
	background-color: #333333;
	color: #ffffff;
	padding: 15px;
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
	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: bold;
	line-height: 1;
	color: #ffffff;
	filter: alpha(opacity=20);
	position: absolute;
	font-family: helvetica, arial, verdana, sans-serif;
	top: 0; right: 0;
	padding: 5px 10px;
}
.eupopup-closebutton:hover,
.eupopup-closebutton:active {
	color: #c9c9c9;
	text-decoration: none;
}

.eupopup-head {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0;
	color: #ffffff;
}

/*
.eupopup-body {
	color: #ffffff;
}
*/

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

.eupopup-button_1, .eupopup-button_2 {
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	border: 1px #ffffff solid;
	border-radius: 3px;
	padding: 5px 10px 7px;
}

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

.eupopup-button:hover,
.eupopup-button:focus {
	background-color: #474747;
	color: #ffffff;
}

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

body .eupopup-color-inverse .eupopup-head {
	color: #000;
}
body .eupopup-color-red {
	background-color: #e2000e;
	color: #ffffff;
}
body .eupopup-color-red .eupopup-button:hover, body .eupopup-color-red .eupopup-button:focus {
	background-color: #CB000D;
	color: #ffffff;
}

body .eupopup-color-blue {
	background-color: #2279FC;
	color: #ffffff;
}
body .eupopup-color-blue .eupopup-button:hover, body .eupopup-color-blue .eupopup-button:focus {
	background-color: #1B60C9;
	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;
}
