
.eupopup-container {
	background-color: rgba(25, 25, 25, 0.85);
    color: #efefef;
    display: none;
    font-size: 12px;
    line-height: 1.2em;
    padding: 2em !important;
    text-align: center !important;
    z-index: 9999999;
	font-weight: 700;
	
}

.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: 20px;
	font-weight: 700;
	line-height: 1;
	color: #bebebe;
	filter: alpha(opacity=20);
	position: absolute;
	font-family: helvetica, arial, verdana, sans-serif;
	top: 1em; right: 1em;
	padding: 5px 10px;
}
.eupopup-closebutton:hover,
.eupopup-closebutton:active {
	color: #fff;
	text-decoration: none;
}

.eupopup-head {
	 color: #eb1d21;
    display: block !important;
    font-size: 1.5em;
    font-weight: bold;
    padding: 7px !important;
}

.eupopup-body {
	color: #d2d2d2;
    display: block !important;
	margin-bottom: 1em !important;
}

.eupopup-buttons {
	padding: 7px 0 5px 0;
}

.eupopup-button_1 {
	background: #eb1d21 none repeat scroll 0 0;
    border-radius: 1px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 0.5em 1em;
    text-transform: uppercase;
}

.eupopup-button_2 {
	background: #eb1d21 none repeat scroll 0 0;
    border-radius: 1px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 0.5em 1em;
    text-transform: uppercase;
}

.eupopup-button {
	margin: 0 10px;
	opacity:0.9
}

.eupopup-button:hover,
.eupopup-button:focus {
	opacity:1;
	background: #ffffff none repeat scroll 0 0;
	color:#eb1d21;
}

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 {
	
	
}

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;
}
