﻿.modalBackground {
    background-color: Black !important;
    /*filter: alpha(opacity=40);*/
    opacity: 0.4;
}

.modalPopup {
    background-color: #FFFFFF;
    min-width: 300px;
    border: 3px solid mediumpurple;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding-bottom: 10px;
}

.modalPopupFV {
    padding-bottom: 0;
}

.modalPopupNarrow {
    max-width:800px;
}

    .modalPopup .header {
        background-color: mediumpurple;
        height: 30px;
        color: White;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
        padding: 0;
    }

    .modalPopup .body {
        min-height: 50px;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
        padding: 5px 20px 0px 20px;
    }

    .modalPopup .bodyLeft {
        min-height: 50px;
        line-height: 30px;
    }
.modalPopup .bodyPad {
    min-height: 50px;
    padding: 5px 20px 0px 20px;
    margin-left: 10px;
    margin-right: 10px
}

    .modalPopup .footer {
        padding: 5px 20px 20px 20px;
    }

.m1 {
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    min-width: 600px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.m1 .body {
    text-align: left;
}

.m1 .footer {
    text-align: center;
    padding-bottom: 10px;
}

