buttons and button hover for chisel stylebox-shadow: inset 0 -3px 0 rgba(0,0,0,.2); -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2); -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2); box-shadow: inset 0 3px 0 rgba(0,0,0,.2); -moz-box-shadow: inset 0 3px 0 rgba(0,0,0,.2); -webkit-box-shadow: inset 0 3px 0 rgba(0,0,0,.2); }
/* Button */
box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
-moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
-webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
/*button:hover*/
box-shadow: inset 0 3px 0 rgba(0,0,0,.2);
-moz-box-shadow: inset 0 3px 0 rgba(0,0,0,.2);
-webkit-box-shadow: inset 0 3px 0 rgba(0,0,0,.2);
}