﻿
.closeConfirmationModalBtnOk {
    background-image: -webkit-linear-gradient(top, #fff 0%, #8f993e 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #8f993e 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#8f993e));
    background-image: linear-gradient(to bottom, #fff 0%, #8f993e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#8f993e', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border: 0px;
    width: 100%;
    height: 3rem;
    border-radius: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

    .closeConfirmationModalBtnOk:hover {
        color: white;
        text-shadow: 0 0 1px #333F48;
    }

    .closeConfirmationModalBtnOk > span {
        /*background-color: rgb(51, 63, 72);*/
        font-weight: bold;
        font-size: 1.6rem;
    }

    .closeConfirmationModalBtnOk > i {
        font-size: 1.6rem;
        padding-left: 0.5%;
    }

.closeConfirmationModalBtnNo {
    background-image: -webkit-linear-gradient(top, #fff 0%, #9b2743 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #9b2743 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#9b2743));
    background-image: linear-gradient(to bottom, #fff 0%, #9b2743 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#9b2743', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border: 0px;
    width: 100%;
    height: 3rem;
    border-radius: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

    .closeConfirmationModalBtnNo:hover {
        color: white;
        text-shadow: 0 0 1px #333F48;
    }

    .closeConfirmationModalBtnNo > span {
        /*background-color: rgb(51, 63, 72);*/
        font-weight: bold;
        font-size: 1.6rem;
    }

    .closeConfirmationModalBtnNo > i {
        font-size: 1.6rem;
        padding-left: 0.5%;
    }

