.button-mini:active, .button-mini:link, .button-mini:visited { /*40x20*/ display: block; width: 35px; height: 18px; padding: 2px 0px 0px 5px; background: url(img/buttons/button-mini.png) no-repeat; font-weight: bold; font-size: 13px; color: #FFFFFF; }
.button-mini:hover { background: url(img/buttons/button-mini-hover.png) no-repeat; text-decoration: none; color: #FFFFFF; cursor: pointer; }

.button-small:active, .button-small:link, .button-small:visited { /*50x20*/ display: block; width: 43px; height: 18px; padding: 2px 0px 0px 7px; background: url(img/buttons/button-small.png) no-repeat; font-weight: bold; font-size: 13px; color: #FFFFFF; }
.button-small:hover { background: url(img/buttons/button-small-hover.png) no-repeat; text-decoration: none; color: #FFFFFF; }

.button-medium:active, .button-medium:link, .button-medium:visited { /*85x20*/ display: block; width: 78px; height: 18px; padding: 2px 0px 0px 7px; background: url(img/buttons/button-medium.png) no-repeat; font-weight: bold; font-size: 13px; color: #FFFFFF; }
.button-medium:hover { background: url(img/buttons/button-medium-hover.png) no-repeat; text-decoration: none; color: #FFFFFF; }

.button-large:active, .button-large:link, .button-large:visited { /*150x20*/ display: block; width: 144px; height: 18px; padding: 2px 0px 0px 7px; background: url(img/buttons/button-large.png) no-repeat; font-weight: bold; font-size: 13px; color: #FFFFFF; }
.button-large:hover { background: url(img/buttons/button-large-hover.png) no-repeat; text-decoration: none; color: #FFFFFF; }

/*Back*/
.button-medium-back:active, .button-medium-back:link, .button-medium-back:visited { /*85x20*/ display: block; width: 65px; height: 18px; padding: 2px 0px 0px 20px; background: url(img/buttons/button-medium-back.png) no-repeat; font-weight: bold; font-size: 13px; color: #FFFFFF; }
.button-medium-back:hover { background: url(img/buttons/button-medium-hover-back.png) no-repeat; text-decoration: none; color: #FFFFFF; }

/*Red*/
.button-red-large:active, .button-red-large:link, .button-red-large:visited { /*150x20*/ display: block; width: 144px; height: 18px; padding: 2px 0px 0px 7px; background: url(img/buttons/button-red-large.png) no-repeat; font-weight: bold; font-size: 13px; color: #FFFFFF; }
.button-red-large:hover { background: url(img/buttons/button-red-large-hover.png) no-repeat; text-decoration: none; color: #FFFFFF; }
