.InfoText {
        -moz-box-shadow: 0px 10px 14px -7px #3e7327;
        -webkit-box-shadow: 0px 10px 14px -7px #3e7327;
        box-shadow: 0px 10px 14px -7px #3e7327;
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2d722a), color-stop(1, #72b352));
        background:-moz-linear-gradient(top, #2d722a 5%, #72b352 100%);
        background:-webkit-linear-gradient(top, #2d722a 5%, #72b352 100%);
        background:-o-linear-gradient(top, #2d722a 5%, #72b352 100%);
        background:-ms-linear-gradient(top, #2d722a 5%, #72b352 100%);
        background:linear-gradient(to bottom, #2d722a 5%, #72b352 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d722a', endColorstr='#72b352',GradientType=0);
        background-color:#2d722a;
        -moz-border-radius:8px;
        -webkit-border-radius:8px;
        border-radius:8px;
        border:2px solid #4b8f29;
        display:inline-block;
        color:#ffffff;
        font-family:Arial;
        font-size:16px;
        font-weight:bold;
        padding:16px 60px;
        text-decoration:none;
        text-shadow:0px 1px 0px #5b8a3c;
}

