/* BEGIN: CSS Buttons Everywhere */ .cssButton { background: #CCFF99; color: #000000; vertical-align: top; padding: 2px; font-weight: normal; font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; cursor: pointer; text-align: center; text-decoration: none; border: 1px; border-style: outset; border-color: #996666; border-spacing: 1px; } .cssButton:active { border-style: inset; } /* END: CSS Buttons Everywhere */