﻿.buttonStyleRed {
    width: 120px;
    background-color: #ff0000 !important;
    color: white !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold !important;
}

.buttonStyleRed:hover {
    width: 120px;
    background-color: #ff9090 !important;
    color: white !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold !important;
}

.buttonStyleWhite {
    width: 120px;
    background-color: White !important;
    color: GrayText !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

    .buttonStyleWhite:hover {
        width: 120px;
        background-color: #E0E0E0 !important;
        color: GrayText !important;
        font-family: Arial, Helvetica, sans-serif !important;
    }
