Paste this code where you’d like the button, any style, to appear
<form action="URL" method="get"><input type="submit" value="Click"></form>
Customization:
Paste this in your stylesheet to customize appereance of your all input buttons used on your site.
input{background: #xxxxxx; font-family: arial; font-weight: bold; letter-spacing: x#pt; color: #xxxxxx; font-size: #pt; border: 1px solid #xxxxxx;}
If you’d like some input buttons to appear different from the style you defined in your stylesheet use this code where your button should appear:
<form action="URL" method="get"><input style="background-color: #xxxxx; color: #xxxxxx; font-family: arial; font-size: #pt; font-weight: bold; "type="submit" value="Click"></form>
For input button with a background image, like the one next to my search box, put this on your stylesheet instead of the one above. Use the same code mentioned above for displaying the button
input{background-image: url('filename.gif') no-repeat; font-family: arial; font-weight: bold; letter-spacing: #px; color: #xxxxxx; font-size: #px; border: none;}


<a href="http://www.final-stop.net" target="_blank"><img alt="FINAL STOP" src="http://i205.photobucket.com/albums/bb218/finalstopads/st.jpg" border="0"></a>