﻿
.modalPopup 
    {
	    background-color:#ffffdd;
	    border-width:3px;
	    border-style:solid;
	    border-color:Gray;
	    padding:3px;
	    width:250px;
	    z-index: 1200;
    }
    .modalBackground 
    {
	    background-color:Gray;
	    filter:alpha(opacity=70);
	    opacity:0.7;
    }    
    .modalBackground2
	{
		filter:alpha(opacity=40);
		opacity:0.4;
		width: 955px; height: 100%; background-color: #FFF;
		position: absolute;
		z-index: 500;
		top: 0px; left: 0px;
	}

  
    
    /* For Email Input text box on DealerDetails page */
    .watermarked
    {
    	color: #555555;
    }
    
    .horizontalBullets li
    {
    	display: inline;   
    	list-style-type: none; 	
    	padding-right: 20px;
    	padding-left: 0px;
    }