.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2040;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

        .modal-backdrop, .modal-backdrop.fade.in {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

.modal-Header {
    background-color: #000;
    color: #ffffff;
    padding: 2px;
    text-align: center;
    font-weight: bolder;
    height: 24px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#modal-LargeEditor {
    border: 1px #cccccc solid;
    position: fixed;
    background-color: #ffffff;
    width: 750px;
    height: 460px;
    top: 45%;
    left: 50%;
    margin-left: -350px;
    margin-top: -225px;
    overflow: hidden;
    z-index: 2041;
    border-radius: 5px;
    moz-border-radius: 5px;
}

    #modal-LargeEditor .modalContent {
        width: 740px;
        height: 370px;
        overflow: auto;
        padding: 5px;
        font-size: 82.5%;
        /*background-color:#cecece;*/
    }


    #modal-LargeEditor .buttons {
        width: 750px;
        height: 31px;
        padding: 4px 10px;
        text-align: center;
    }

        #modal-LargeEditor .buttons input {
            padding: 4px;
            margin: 4px auto;
            cursor: pointer;
        }

    #modal-LargeEditor .advertisements {
        width: 750px;
        height: 0px;
        padding: 0;
        margin: 0 auto;
        text-align: center;
        font-size: 62.5%;
    }


#modal-MediumEditor {
    border: 1px #cccccc solid;
    position: fixed;
    background-color: #ffffff;
    width: 500px;
    height: 350px;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -200px;
    overflow: hidden;
    z-index: 2041;
    border-radius: 5px;
    moz-border-radius: 5px;
}

    #modal-MediumEditor .modalContent {
        width: 490px;
        height: 280px;
        overflow: auto;
        padding: 5px;
        font-size: 62.5%;
    }

    #modal-MediumEditor .buttons {
        width: 490px;
        height: 31px;
        padding: 4px 10px;
        text-align: center;
    }


#modal-SmallEditor {
    border: 1px #cccccc solid;
    position: fixed;
    background-color: #ffffff;
    width: 400px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -200px;
    font-size: 62.5%;
    overflow: hidden;
    z-index: 2041;
    border-radius: 5px;
    moz-border-radius: 5px;
}

    #modal-SmallEditor .modalContent {
        width: 390px;
        height: 147px;
        overflow: auto;
    }

    #modal-SmallEditor .buttons {
        width: 390px;
        height: 30px;
        text-align: center;
    }

        #modal-SmallEditor .buttons input {
            padding: 0 4px;
            cursor: pointer;
        }


.modalContent {
    background-color: #ffffff;
    font-family: Verdana;
    color: #000000;
    font-size: 12px;
}
