﻿.MszmodalPopup .Mszbody, .MszmodalPopup .Mszheader, .MszmodalPopup .Mszheader1, .MszmodalPopup .no, .MszmodalPopup .yes {
    line-height: 30px;
    text-align: center;
    font-weight: 700
}

Mszbody {
    font-family: Arial;
    font-size: 10pt
}

.MszmodalBackground {
    background-color: grey;
    opacity: .6 !important
}

.MszmodalPopup {
    background-color: #FFF;
    width: 480px;
    border: 3px solid #000
}

    .MszmodalPopup .Mszheader {
        background-color: red;
        height: 30px;
        color: #fff
    }

    .MszmodalPopup .Mszheader1 {
        background-color: #f1aa2f;
        height: 40px;
        color: #fff
    }

    .MszmodalPopup .Mszbody {
        min-height: 90px
    }

    .MszmodalPopup .Mszfooter {
        background-color: #fff;
        padding: 3px
    }

    .MszmodalPopup .no, .MszmodalPopup .yes {
        height: 30px;
        color: #fff;
        cursor: pointer
    }

    .MszmodalPopup .yes {
        background-color: #2FBDF1;
        border: 1px solid #0DA9D0
    }

    .MszmodalPopup .no {
        background-color: #9F9F9F;
        border: 1px solid #5C5C5C
    }

.messagealert {
    width: 100%;
    z-index: 100000;
    height: 3em;
    padding: 0;
    margin: 0;
    font-size: 15px
}
