#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:0;
width:100%;
top:0;
left:0;
background-color: rgba(0, 0, 0, 0.85);
border:1px solid #cecece;
z-index:999;
}
.popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
background-color: rgba(255, 255, 255, 0.9);
border:1px solid #D3D3D3;
margin:0;
padding:10px;
z-index:999;
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5);
}
.popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
.popupContact p{
margin:0;
padding:0;
}
.popupContact .popupBody img{
max-width: 100%;
}

.popupBody {
margin:0 auto;
padding:0;
}

.popupContactClose{
float: right;
width: 24px;
height:24px;
font-size:14px;
line-height:14px;
color:#6fa5fd;
font-weight:700;
cursor: pointer;
background:url(close-24px.png) no-repeat;
/*margin-top: 12px;*/
}

.popupHeader{
margin: 5px 0 0;
}
.popupFooter{
margin: 15px 10px 0 10px;
}

.popupTodayClose{
cursor: pointer;
margin-left: 10px;
}
