
.PopupBE {
width:748px;
border:2px solid #fff;
font-family:arial, tahoma;
color:#FFF;
display:none;
position:fixed;
_position:absolute;
left:40%;
top:40px;
margin-left:-250px;
z-index:999999;
}

.PopupBE .left {
float:left;
}

.PopupBE .right {
float:right;
}

.PopupBE .clear {
clear:both;
}

.PopupBE .sluiten {
font-size:10px;
text-transform:uppercase;
background:#499ccf;
float:left;
width:748px;
height:20px;
}

.PopupBE .sluiten a {
display:block;
float:right;
width:55px;
background:#FFF;
padding:3px 7px;
color:#2084be;
text-align:right;
text-decoration:none;
height:14px;
}

.PopupBE .body {
background:#fff;
padding:25px;
}

.PopupBE .body #hotdiv {
 background:#url(../images/loader.gif) center center no-repeat;
}

.PopupBE .body h2 {
font-size:18px;
font-weight:normal;
padding-bottom:10px;
}

.PopupBE .body p {
line-height:19px;
font-size:12px;
color:#FFF;
margin-bottom:10px;
}

.PopupBE .body img {
border:2px solid #FFF;
margin:0 15px 15px 0;
}

.PopupBE a {
color:#06304a;
text-decoration:none;
font-size:10px;
text-transform:uppercase;
}

.PopupBE a:hover {
text-decoration:underline;
}

.backgroundPopup2 {
display:none;
position:fixed;
_position:absolute;
height:100%;
width:100%;
top:0;
left:0;
background:#000;
z-index:99999;
color:#FFF;
-moz-opacity: 0.3;
opacity: 0.3;
filter:alpha(opacity=30) !important;
}
