/*------------------ POPUP STYLES ----------------- */
html, body {
margin:0;  
width: 100%;
height:100%;
}
#custom_backgroundPopup{
margin: 0 auto;
display:none;
position: absolute;
height:100%;
width:100%;
top: 0;
right: 0;
z-index: 10000;
background: url(http://images.ebizautos.com/sites/5232/images/popup_background_blk.gif) top left;
}
#popupContact{
display:none;
position:fixed;
width:500px;
height:500px;
z-index:10005;
padding:0;
margin: 0;
cursor:pointer;
}
#popupContactClose{
position:absolute;
cursor: pointer;
right:-40px;
top:-40px;
width:40px;
height:40px;
background: url(http://images.ebizautos.com/sites/5232/images/popup_close.gif) top left;
}