#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:1;
}  

#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
width:729px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:0px;
font-size:13px;
}

#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#700E16;
font-weight:700;
display:block;
cursor: pointer;
} 

#popupContact #contactArea {
  font-size: Arial;    
  text-align: left;   
  color: #000;
  padding: 20px 59px;
  font-size: 13px;
}    

#popupContact form {
  text-align: center;         
  padding-bottom: 15px;
}  

#popupContact form p { 
  position: relative
}                 

#validate {
  position: absolute;
  bottom: 0px;
  *bottom: 2px;
  right: 60px;
}

#compaign_email {
  width: 239px;
  border: 1px solid #000;
  padding: 6px 4px;
}  

#popupContact strong {
  color: #FE0002;
  text-decoration: underline;
  font-weight: normal;
}  

#popupContact p {
  margin-bottom: 20px;
}               

#popupContact #contactArea a {
  text-decoration: underline;                          
  color: #3671A1;
}                                                      

#popupContact #confirmation {
  display: block;
}


