﻿
#backgroundPopup{
display:none;
position:fixed;
position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:200;
}
#popupContact{
text-align:center;
display:none;
position:fixed;
position:absolute; /* hack for internet explorer 6*/
height:600px;
width:450px;
background:#faf0cd;
border:2px solid #333;
z-index:300;
padding:12px;
font-size:14px;
font-style:italic;
line-height:18px;
}
#popupContact h1{
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContact h2 {font-size:18px; margin-bottom:20px;}
#popupContact h3 {font-size:16px; margin-bottom:10px; margin-top:10px;}
#popupContact h4 {font-size:14px; margin-top:10px;}
#popupContact h5 {font-size:9px; font-family:Tahoma, Geneva, sans-serif; margin-top:20px; font-style:normal;}
#popupContactClose{
font-size:20px;
line-height:20px;
right:10px;
top:4px;
position:absolute;
color:#000;
font-weight:700;
display:block;
cursor:pointer;
font-family:Tahoma, Geneva, sans-serif;
font-style:normal;
}



