Change the previous button type into a button like this:
<input type="button" name="prev" value="Previous Page" />
Now the Next button would be the default, plus you could also add the default
attribute to it so that your browser will highlight it like so:
<input type="submit" name="next" value="Next Page" default />