﻿#PopUpBackGround
{
    z-index: 0;
    position : fixed;
    position : expression(navigator.appName=='Microsoft Internet Explorer' ? 'absolute' : 'fixed');
    top: 0;
    left: 0;
    height : 100%;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
    width: 100%;
	background:#000;
    filter:alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;
    display : none;
	 vertical-align : middle;
	 text-align : center;
	 padding-top : 25%;
	 padding-left : 25%;
}

.DealersPopup
{
	border-right: black 1px solid; 
	border-top: black 1px solid;
    z-index: 1; 
    position : absolute;
    top:0px;
    left : 0px;
    margin-top : 25%;
	 margin-left : 25%;
    /*left: 250px; */
    border-left: black 1px solid;
    border-bottom: black 1px solid;        
    display: none;
    width: 602px; 
    background-image: none;
    background-color: #fff; height: 301px;
    
}