﻿html 
{
    font-family:arial,sans-serif;
    font-size: 12px;
}  
 
#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
{
background-image:url(insurance_calculator_bg.jpg);
background-repeat:no-repeat;
background-position:bottom right;
background-color:#fff;  
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/  
height:450px;  
width:408px;   
border:2px solid #cecece;  
z-index:2;  
padding:12px;  
font-size:13px;  
}

#popupContact b 
{
    color:#ed1292;
    font-size:16px;
}
#popupContact p
{
    font-size:14px;
}

#popupContact a
{
    cursor:pointer;
    color:#ed1292;
    text-decoration:none;
}

#popupContact a:hover
{
    cursor:pointer;
    text-decoration:underline;
}
 
.pop_up_h1{  
text-align:left;  
color:#ed1292;  
font-size:22px;  
font-weight:700;  
border-bottom:1px dotted #ed1292;  
padding-bottom:2px;  
margin-bottom:20px;  
}  
#popupContactClose
{
    cursor:pointer;  
font-size:14px;  
line-height:14px;  
right:6px;  
top:4px;  
position:absolute;  
color:#ed1292;  
font-weight:700;  
display:block;  
} 