puedes hacerlo de esta manera:
Código:
.boton{ border:0; background-color:transparent; cursor:pointer; font-weight:bold; text-decoration:underline;}
<button type="submit"
class="boton" name="continuar" value=" <? echo number_format(($respuesta['MODALIDADES'][0]['PRIMA_TOTAL']/100), 2,",",".") ?> " tabindex="35"> <? echo number_format(($respuesta['MODALIDADES'][0]['PRIMA_TOTAL']/100), 2,",",".") ?> € </button>
espero te sirva