@charset "UTF-8"; .outertable { width: 50%; border-top: 1px black solid; border-right: 1px silver solid; border-bottom: 1px silver solid; border-left: 1px silver solid; } .outercell { font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; background: silver url(http://yui.yahooapis.com/2.8.0r4/build/assets/skins/sam/sprite.png) repeat-x 0 0; border-bottom: 1px silver solid !important; } .innertable { width: 100%; } .innercell { width: 50%; text-align: center; } form { background-color: #9cf; color: black; text-align: center; padding: 2px 2px 7px 2px; width: 50%; margin: 1em 0 1em 0; border: 1px black solid; }
