/*T:[PAYOFF]*/h2.payoff
{
    color: #515151;
    font-family: 'PT Sans W01 Regular';
    font-size: 1.429em;
    text-align: center;
    margin-top: 50px;
    font-weight: lighter;
}
/*T:[BUTTON]*/.button
{
    font-family: 'Corbel W99 Bold';
    font-size: 1.167em;
    color: #ffffff!important;
    text-decoration: none!important;
    padding: 10px 17px;
    display: block;
    zoom: 1;
    background-color: #33789a;
    background: -moz-linear-gradient( top, #33789a 0%, #035882);
    background: -webkit-gradient( linear, left top, left bottom, from(#33789a), to(#035882));
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #003f5d;
    -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,1);
    -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,1);
    box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,1);
    text-shadow: 0px 1px 0px rgba(000,000,000,0), 0px 0px 0px rgba(201,074,201,0);
    text-align: center;
    margin-bottom: 5px;
    min-width: 125px;
    max-width: 300px;
}