.overlay-div .modal-div {
    width: 650px;
    height: 550px;
    max-height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -300px 0 0 -375px;
    padding: 15px;
    background: #fff;
    z-index: 1
    }
#x-button {
    cursor: pointer
    }
div.modal-div {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    background-color: #d5d8db
    }
div.modal-div div.modal-header {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    color: Black;
    background-color: #e7efd6;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 10px
    }
.modal-body-padding {
    padding: 30px
    }
div.modal-div div.modal-footer {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    color: Black;
    background-color: yellow;
    font-size: 14px;
    margin-top: 10px
    }
div.modal-div div.modal-close {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    position: absolute;
    top: -13px;
    right: -13px;
    width: 35px;
    height: 35px;
    background: url(../images/popups/close-buttons-sprite.png) no-repeat
    }
.colorRed {
    color: red
    }
.colorGreen {
    color: green
    }