<style>
        @font-face {font-family: gotham;src: url(/fonts/gotham-normal.ttf); font-weight: normal;}
        @font-face {font-family: gotham;src: url(/fonts/gotham-bold.ttf); font-weight: bold;}

        .paypaltextinput{
                font: bold 8pt gotham;
                padding: 3px !important;
        }

        .paypallabel{
              font: normal 8pt gotham;  
        }

</style>