﻿ .modalBackground {
            background-color:Gray;
           /* filter:alpha(opacity=70);
            opacity:0.7;*/
        }

.modalPopup
{
    border: 1px outset Black;
    padding: 5px;
    width: 500px;
    background-color: #FFFFFF;
    text-align: justify;
    cursor: move;
}

       .confirm{
           background-color:White;
           padding:10px;
           width:370px;
        }   
        
 

