.jquery-msgbox {
    background-color: #ffffff !important;
    padding-bottom: 30px;
    font-style: normal;
    font-family: psplus-font, "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica;
    font-size: 12px;
    border-radius: 2px !important;
}

.jquery-msgbox-wrapper {
    padding: 20px 20px 32px 20px;
}

.jquery-msgbox-form {
    padding-left: 60px;
    color: #171719;
}

.jquery-msgbox-buttons {
    padding: 15px;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
}

    .jquery-msgbox-buttons button,
    .jquery-msgbox-buttons input {
        margin-left: 10px;
        min-width: 85px;
        padding: 2px 14px 2px;
        height: 28px;
        cursor: pointer;
        outline: none !important;
        border: 1px solid #272829;
        border-radius: 2px;
        background-color: #ffffff;
        color: #272829;
    }

        .jquery-msgbox-buttons button:hover {
            color: #525253;
            border-color: #525253;
        }

        .jquery-msgbox-buttons button:active {
            color: #3C52C8;
            border-color: #3C52C8;
        }

.jquery-msgbox-inputs {
    margin-top: 4px;
}

    .jquery-msgbox-inputs input {
        display: block;
        padding: 3px 2px;
        border: 1px solid #272829;
        background-color: #ffffff;
        margin: 3px 0 6px 0;
        width: 95%;
    }

.jquery-msgbox-label {
    font-weight: bold;
    font-size: 11px;
}

.jquery-msgbox-image {
    background-size: contain;
    width: 32px;
    height: 32px;
    float: left;
}
