Standard buttons
I use these for apps. Ancient and crude they may be, but they're simple. For example to get the tick you can use <span class='m1 ctrl byes' title='OK - continue'></span> (The m1 is a 1 em space on the left.)

Images

Hover over image for style. This will be used as the class
Yes, no/delete, add, change, abandon

I use this to replace a 'delete' button with a watchdog timer of say 5 seconds as a confirmation. The effect is that the user has to click again to confirm an action.

Try it out here
PresentationCode
Click here
function Confirm(Button,SomeFunction){ var b = $(Button); var t = b.attr('title'); b.removeClass('bno').addClass('bareYouSure').on('click',SomeFunction).attr('title','Click again to confirm'); setTimeout(function(B,T){B.addClass('bno').removeClass('bareYouSure').off('click').attr('title',T);},4000,b,t); } function DoIt(){ alert('Done it!'); }
See below for a one line solution

View details, go/visit/details, three styles of go back, external link

Information and help

Upload/send, download/get, email, menu

List navigation

List navigation disabled

Example

PersonDetailsActions
Fred Bloggs
Mavis Huggins

Get started

Extras

Raw images

If you want to play with the raw images and css file then Download this zip file

Dead simple confirm