Well, you can change the button text, border and background colours using CSS, but that's about it:
[html]<input type="submit" class="funkybutton" id="button" name="button" value="click0rz" />[/html]
.funkybutton
{
border-color: #000000;
background-color: #202020;
color: #FFFFFF;
}