@CHARSET "UTF-8";

/* ---------------------------------------------
 * ------ CONFIRM POPUP Style ------------------
 * --------------------------------------------- */

div.popup {
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #00a500;
    padding: 20px;
    width: 400px;
}

div.popup div.message {    
}

div.popup div.buttons{
    margin-top: 20px;
    
}
div.popup div.buttons .buttonStandard{
    display: inline-block;
    margin-left: 10px;
}

div.dialogContent{
    text-align: left;
}

