﻿a.button, button { display: inline-block; vertical-align: baseline; background-color: #e3e3e3; border-top: 1px solid #ccc; border-left: 1px solid #ccc; border-bottom: 1px solid #aaa; border-right: 1px solid #aaa; -moz-border-radius: 4px; -webkit-border-radius: 4px; text-decoration: none; color: #565656; padding: 0.65em; width: auto; overflow: visible; cursor: pointer; }
a.button, a.button:link, a.button:visited { font-weight : normal; font-size: 0.9em;  }
button[type] { padding: 0.65em; line-height:17px; }
*:first-child+html button[type] { padding: 0.65em; }
button img, a.button img { border: medium none; width: 16px; height: 16px; margin: 0 3px -3px 0 !important; padding: 0; }
a.button:hover, button:enabled:hover { background-color: #d6d6d6 !important; color: #333 !important; border: 1px solid #999 !important; }
button[disabled] { color: #bbb; cursor: inherit !important; }