/*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: #316e4c;
    background: -moz-linear-gradient(     top,     #5b9366 0%,     #316e4c);
    background: -webkit-gradient(     linear, left top, left bottom,      from(#5b9366),     to(#316e4c));
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #2e533d;
    -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;
}
 .button:hover {
     background-color: #5b9366;
	background: -moz-linear-gradient(
		top,
		#5b9366 0%,
		#316e4c);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#9fde8f),
		to(#438c5a));
    color: #FFFFFF;
    text-decoration: none;
 }