.responsive{
    width: 100%;
    display: block;
    height: auto;
}

#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 #00000;
z-index:100000;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/

width:552px;
background:white;
border:4px solid white;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;

z-index:2000000;
padding:2px;
font-size:13px;
}

#popupimage {
height:350px;
width:500px;

}

@media screen and (max-width:900px) {

#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:auto;
width:350px;
background:#FFFFFF;
border:10px solid #FFFFFF;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;

z-index:2000000;
padding:2px;
font-size:13px;
}

}

#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
background: url("/assets/images/close_button.png") left top no-repeat;
height:44px;
width:44px;
font-size:18px;
line-height:14px;
right:-30px;
top:-25px;
position:absolute;
color:#cecece;
font-weight:700;
display:block;
}
#button{
background: url("close_button.png") left top no-repeat;
text-align:center;
margin:100px;
z-index: 10000;
}