@import url(http://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.css);
font: 13px/20px 'Lucida Grande', Verdana, sans-serif;
.container > .button { margin: 0 12px; }
text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
background-color: #303030;
background-clip: padding-box;
border-color: #202020 #1a1a1a #111;
background-image: -webkit-linear-gradient(top, #3d3d3d, #272727);
background-image: -moz-linear-gradient(top, #3d3d3d, #272727);
background-image: -o-linear-gradient(top, #3d3d3d, #272727);
background-image: linear-gradient(to bottom, #3d3d3d, #272727);
-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.09), 0 1px 3px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.09), 0 1px 3px rgba(0, 0, 0, 0.3);
background-color: #363636;
background-image: -webkit-linear-gradient(top, #404040, #2a2a2a);
background-image: -moz-linear-gradient(top, #404040, #2a2a2a);
background-image: -o-linear-gradient(top, #404040, #2a2a2a);
background-image: linear-gradient(to bottom, #404040, #2a2a2a);
.button:active, .button.active {
background-color: #b42f32;
border-color: #1c1c1c #202020 #222;
background-image: -webkit-linear-gradient(top, #a3161a, #b63335 60%, #bf4749);
background-image: -moz-linear-gradient(top, #a3161a, #b63335 60%, #bf4749);
background-image: -o-linear-gradient(top, #a3161a, #b63335 60%, #bf4749);
background-image: linear-gradient(to bottom, #a3161a, #b63335 60%, #bf4749);
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.09);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.09);
border-width: 0 0 5px 5px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
.button-check:active:before, .button-check.active:before {
-webkit-box-shadow: -1px 1px rgba(0, 0, 0, 0.3);
box-shadow: -1px 1px rgba(0, 0, 0, 0.3);
.lt-ie9 .button { line-height: 46px; }
.lt-ie9 .button-check:before { content: none; }
.lt-ie9 .button-check:after {