@charset "UTF-8";

a.button,
button,
input[type="submit"],
input[type="button"] { color: #333; font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; text-decoration: none; font-size: 11px !important; line-height: 16px; padding: 2px 8px; cursor: pointer; color: #555555; background: #e6e6e6 url(backgrounds/glass.jpg) 0 50% repeat-x; border: 1px solid #d3d3d3; height: 16px; display:inline-block; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; -khtml-box-sizing: content-box; box-sizing: content-box; }

a.button { height: 16px; display:inline-block; }

a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover { color: #212121; background: #dadada url(backgrounds/glass.jpg) 0 50% repeat-x; border: 1px solid #999999; text-decoration: none; }

a.button:active,
button:active,
input[type="submit"]:active,
input[type="button"]:active { color: #222222; background: #ffffff url(backgrounds/glass.jpg) 0 50% repeat-x; border: 1px solid #dddddd; }
