

<button type="submit" id="wlpeRegisterButton" name="service" value="registernew">Register</button>
<a href="registernew" type="submit" id="wlpeRegisterButton" name="service">Register</a>


< a href="[~docID-of-registration-page~]">Register</a>
#member-title-bg-st button[type]{
padding:5px 10px 5px 7px; /* Firefox */
line-height:17px; /* Safari */
}
*:first-child+html button[type]{
padding:4px 10px 3px 7px; /* IE7 */
}
If you like jquery you could also use this
<button type="submit" id="wlpeLogoutButton" name="service" value="logout">Log Out</button>
[~[*id*]~] to just stay on the same page.