@CHARSET "UTF-8";

/* ---------------------------------------------
 * ------ CONFIRM POPUP Style ------------------
 * --------------------------------------------- */

div.popup div.confirmText
{
    margin: 35px;
    height: 60px;
}

div.popup div.confirmButtons{
    margin: 0 auto;
    margin-top: 20px;
}
div.popup div.confirmButtons .buttonStandard{
    display: inline-block;
    margin-left: 10px;
}
