﻿    .modalBackground
    {
        background-color: Black;
        filter: alpha(opacity=40);
        opacity: 0.4;
    }
    .modalPopup
    {
        background-color: #FFFFFF;
        width: 450px;
        border: 3px solid #0DA9D0;/*#0DA9D0;*/
    }
    
    .modalPopup .header
    {
        background-color: #2FBDF1;/*#2FBDF1; ec7201*/
        height: 30px;
        color: White;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
    }
    .modalPopup .body
    {
        min-height: 50px;
        line-height: 30px;
        text-align: left;
        font-weight: bold;
        padding: 20px; 
    }
    .modalPopup .footer
    {
        padding: 3px;
    }
    .modalPopup .yes, .modalPopup .no
    {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
    }
    .modalPopup .yes
    {
        background-color: #2FBDF1;
        border: 1px solid #0DA9D0;
    }
    .modalPopup .no
    {
        background-color: #9F9F9F;
        border: 1px solid #5C5C5C;
    }
   
   
   
   .modalPopup2
    {
        background-color: #FFFFFF;
        width: 90%;
        max-height:650px;
        margin-bottom:10px;
        
        border: 3px solid #0DA9D0;/*#0DA9D0;*/
    }
    
    .modalPopup2 .header
    {
        background-color: #2FBDF1;/*#2FBDF1; ec7201*/
        height: 30px;
        color: White;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
    }
    .modalPopup2 .body
    {
        min-height: 50px;
        line-height: 30px;
        text-align: left;
        font-weight: bold;
        padding: 20px; 
    }
    .modalPopup2 .footer
    {
        padding: 3px;
    }
    .modalPopup2 .yes, .modalPopup2 .no
    {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
    }
    .modalPopup2 .yes
    {
        background-color: #2FBDF1;
        border: 1px solid #0DA9D0;
    }
    .modalPopup2 .no
    {
        background-color: #9F9F9F;
        border: 1px solid #5C5C5C;
    }
   