.modal-alert {
    display: none;
    width: 500px;
    padding: 15px;
    background: #FFF;
    border: 1px solid #F05508;
}

.modal-confirm {
    display: none;
    width: 400px;
    padding: 15px;
    background: #FFF;
    border: 1px solid #F05508;
}

.modal-close-button {
    text-align: right;
}

.modal-message {
    text-align: center;
    font-size: 13px;
    word-break: break-all;
}

.model-ok-button {
    background: url(../../order/img/btn-apply-large.png) 0 0 no-repeat;
    background-size: contain;
    border: 0;
    width: 125px;
    height: 30px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 2px;
    cursor: pointer;
}

.model-close-button {
    background: url(../../order/img/btn-cancel-large.png) 0 0 no-repeat;
    background-size: contain;
    border: 0;
    width: 125px;
    height: 30px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 2px;
    cursor: pointer;
}

