﻿
#backgroundPopup{
 
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:1;
 margin : 0 auto; 

}
#popupContact{
 
position:fixed;
position:absolute; /* hack for internet explorer 6*/
height:330px;
width:370px;
/*height:600px;
width:1000px;*/
/*background:#FFFFFF url('/logo-cool-popup.png');*/
background-color: #efefef;
border:2px solid #cecece;
z-index:20;
padding:10px;
font-size:13px;
text-align: center;
font-family: Georgia, "Times New Roman", Times, serif; margin : 0 auto;  
}
* html #popupContact{
z-index:20;
}

#popupContact h1 {
	margin: 10px 0 10px 0;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
	
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}
