﻿  body {
            margin: 0;
            padding: 0;
            font-family: Arial;
            font-size: 12px;
        } 
.tos-button {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border: none;
            -moz-border-radius: 2px 2px 2px 2px;
            -webkit-border-radius: 2px 2px 2px 2px;
            -o-border-radius: 2px 2px 2px 2px;
            border-radius: 2px 2px 2px 2px;
            font-family: 'Roboto', arial, sans-serif;
            font-size: 14px;
            font-weight: 500;
            height: 30px;
            margin: 9px 4px 8px;
            min-width: 60px;
            outline: none;
            padding: 2px 24px 0px;
            text-transform: uppercase;
        }

        .cancel-button {
            background: #f7f7f7;
            color: #414141;
        }

            .cancel-button:hover,
            .cancel-button:focus {
                background: #d9d9d9;
            }

            .cancel-button:active {
                background: #cccccc;
            }

        .iagree-button:enabled {
            background: #4184f3;
            color: #fff;
        }

        .iagree-button:hover,
        .iagree-button:focus,
        .tos-scroll-button:focus {
            background: #3a77e6;
            color: #fff;
        }

        .iagree-button:active {
            background: #3266d5;
            color: #fff;
        }

        .iagree-button:disabled {
            background: #d9d9d9;
            color: #aaaaaa;
        }

        .payment-p-m img {
            max-width: 100%;
            max-height: 90px;
        }

        .payment-p-l img {
            max-width: 100%;
            max-height: 69px;
        }

        .payment-p {
            width: 100%;
            float: left;
            background: #fff;
            padding: 10px;
            box-sizing: border-box;
        }

        .payment-p-l {
            width: 25%;
            float: left;
        }
   .proceed {
            width: 100%;
            float: left;
            margin-top: 20px;
            text-align: right;
            padding: 10px;
            box-sizing: border-box;
            background-color: #5E6BB0;
        }

     .proceed_term {
            width: 100%;
            float: left;
            margin-top: 20px;
            text-align: center ;
             
            box-sizing: border-box;
            background-color:#f2f2f2;
            border-top:1px solid #808080
        }
          .modalBackground { background-color: Black; filter: alpha(opacity=50);  opacity: 0.70;  z-index: 10000; }