#enfpopup-message-background {
    background:#000000;
    border: 1px solid #cecece;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
    top: 0;
    width: 100%;
    z-index: 999;
}

#enfpopup-message-window {
    background: none repeat scroll 0 0 #ffffff;
    border: 2px solid #cecece;
    display: none;
    font-size: 13px;
	padding:13px;
    overflow: hidden;
    top: 200px !important;
    position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
    z-index: 9999;
}
div#enfpopup-message-content img {
    width: 100%;
}
#enfpopup-message-window h1.popup-message-title {
  text-align: left;
  color: #6fa5fd;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px dotted #d3d3d3;
  padding-bottom: 2px;
  margin-bottom: 20px;
}
.enfpopup-message-text_btn{
    position: relative;
	top: -80px;
    text-align: center;
}
.enfpopup-message-text_btn a.small.button{
	margin: 0;
    font-size: 11px;
}
.enfpopup-message-text_btn a.cancel-popup {
    font-size: 12px;
    text-decoration: underline;
    top: -5px;
    position: relative;
    padding-right: 10px;
}
#enfpopup-message-close {
	font-size: 18px;
	line-height: 14px;
	right: 14px;
	top: 14px;
	position: absolute;
	color: #6fa5fd;
	font-weight: 700;
	display: block;
	cursor: pointer;
}
.acceptCookie_btn{
		text-align:center;
}
h1.enfpopup-message-title {
	font-size: 22px;
	font-weight: bold;
}
.popProperty{display:none;}
.popup-orange #enfpopup-message-content{text-align:center;background:#ffbe26;color:#ffffff;margin-bottom:30px;padding:20px 0 0;}
.popup-orange .acceptCookie_btn{    background: #e3e3e4 ; width: 30%; margin: 0 auto;  border-radius: 8px;  padding: 5px;cursor:pointer;}
.popup-orange .acceptCookie_btn a{text-decoration:none;color:#000000;width: 100%;display: block;font-weight:bold;}
.popup-orange{ border: #ffbe26 2px solid !important;border-radius: 10px;padding:0 !important;}
#MainNavigation .nav-banner{z-index:999 !important;}
.poplogo{margin-bottom: 20px;margin-left: 20px;}
#enfpopup-message-background{height:100% !important;}
.popup-orange #enfpopup-message-close{background:url(img/close_orage.png) no-repeat;height:22px;width:22px;}
.acceptBtn-insidebody{ padding-bottom: 5px;}
/*pop-grey*/
.popup-grey #enfpopup-message-content{text-align:center;background:#efefef;color:#000000;margin-bottom:30px;padding:20px 0 0;}
.popup-grey .acceptCookie_btn{    background: #fb924c ; width: 30%; margin: 0 auto; padding: 5px;cursor:pointer;}
.popup-grey .acceptCookie_btn a{text-decoration:none;color:#ffffff;width: 100%;display: block;font-weight:bold;}
.popup-grey{ border: #ffbe26 2px solid !important;border-radius: 10px;background:#efefef !important;padding:13px !important;}
.popup-grey #enfpopup-message-close{background:url(img/close_grey.png) no-repeat;height:27px;width:27px;}
.popup-grey #enfpopup-message-content a{color:#2772a6;font-weight:bold;text-decoration:none;}
@media screen and (max-width: 420px){
	#enfpopup-message-window{
		width: 90% !important;
		left: 5% !important;
		height: auto !important;
		top: 1% !important;
		border:none;
	}
	.enfpopup-message-text_btn {
    position: relative;
    top: -25px;
    margin-top: -42px;
    text-align: center;
}
#enfpopup-message-background{z-index: 9996;}
.enfpopup-message-text_btn a.small.button{padding:3px 10px;}

}
@media only screen and (min-width: 460px) and (max-width: 767px) {
	#enfpopup-message-window{
		width: 70% !important;
		left: 14% !important;
		top: 15% !important;
	}
}