/* BEGIN: CSS Buttons Everywhere */ .cssButton { background: #660000; color: #FFFFFF; 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: 3px; border-style: outset; border-color: #000033; border-spacing: 1px; } .cssButton:active { border-style: inset; } /* END: CSS Buttons Everywhere */