span.currency {
    position: relative ;
    }
span.currency input {
    padding-left: 13px ;
    }
span.currency input[type='text'] {
    padding-left: 13px ;
    }
span.currency:before {
    position: absolute ;
    top: 2px ;
    left: 5px ;
    content: "\00a3" ;
    }

span.currency_span:before{
    position: absolute ;
    top: 2px ;
    left: 5px ;
    content: "\00a3" ;
}

#vis_price td span.currency{
    padding-top: 0;
}