Apple Style Button CSS3
This is a button created with CSS3, originally inspired from the button "Buy Iphone" Here
The <button> element is display on a <div>, and uses 3 states to work, the "basic" and the :active and the :hover state.
This demonstration use some of better css3 functions, like border-radius to make rouded corners, andgradient background, to create the blue gradient.
For the :hover state, the button use a different Gradient background and we make a little box-shadow to make a little hover effect.
And for the :active state, we use the box-shadow with inset value to make this pushed effect.