.button { border: 1px solid #6a302e; background: url("../images/button-bg.gif") repeat-x left bottom; color: #fff; font-size: 16px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; padding: 7px 10px; display: block; min-width: 30px; text-align: center; max-width: 150px; cursor:  pointer; margin: 0 auto 0 auto; }
.button-small { padding: 2px 8px; font-size: 12px; background-size: 100% 100%; }
.button:hover { background-position: 0 100%; }
.button.f-left { margin-right: 5px; }