﻿#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:100000;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:817px;
width:817px;
background:#FFFFFF;
border:6px 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;
}

#popupimage {

height:800px;
width:800px;

}

@media (min-width:168px) and (max-width:1200px){

#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:277px;
width:277px;

    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;

}


#popupimage {

height:257px;
width:257px;

}

}




#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("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;
}

@media (min-width:168px) and (max-width:1200px){

#popupimage {

height:263px;
width:263px;

}

}