﻿#promoTermsAndCondition {
    width: 100%;
    height: auto;
    color: #303030;
    font-family: Arial, sans-serif;
    background: #fff;
}

    #promoTermsAndCondition .termsTitle {
        background: #003466 /*url('Images/static/masterHead.jpg')*/;
        width: 100%;
        height: 90px;
        border-bottom: 10px solid #029ded;
        position: relative;
    }

        #promoTermsAndCondition .termsTitle h1 {
            float: right;
            color: #fff;
            font-size: 1.5em;
            padding: 15px 30px 0 0;
        }

        #promoTermsAndCondition .termsTitle img {
            position: absolute;
            top: 15px;
            left: 10px;
        }

    #promoTermsAndCondition .termsContent {
        margin: 10px 30px;
        text-align: left;
    }

        #promoTermsAndCondition .termsContent p {
            line-height: 18px;
            font-size: .9em;
        }

        #promoTermsAndCondition .termsContent h2 {
            font-size: 1.1em;
        }

        #promoTermsAndCondition .termsContent ul li, #promoTermsAndCondition .termsContent ol li {
            font-size: .9em;
            padding-bottom: 10px;
        }

        #promoTermsAndCondition .termsContent ul li {
            list-style-type: disc;
        }

    #promoTermsAndCondition .calltoAction {
        text-align: center;
    }

    #promoTermsAndCondition .termsContent input, #promoTermsAndCondition .termsContent a.bet-now {
        padding: 10px 25px;
        color: #e8f0de;
        font: bold 16px Arial, sans-serif;
        cursor: pointer;
        outline: 0;
        border-style: solid;
        border-width: 1px;
        border-top-color: #a0d948;
        border-right-color: #459b00;
        border-bottom-color: #227200;
        border-left-color: #68bc24;
        background-color: #4fb100;
        background: -webkit-gradient(linear, left top, left bottom, from(#6fc300), to(#349700));
        background: -moz-linear-gradient(top, #6fc300, #349700);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6fc300', endColorstr='#349700');
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        text-decoration: none;
    }

        #promoTermsAndCondition .termsContent a.bet-now:hover {
            text-decoration: none;
        }
