table.sample { border-width: 1px 1px 1px 1px; border-spacing: 2px; border-style: none none none none; border-color: ; border-collapse: separate; background-color: white; } table.sample th { border-width: 2px 2px 2px 2px; padding: 3px 3px 3px 3px; border-style: inset inset inset inset; border-color: gray gray gray gray; background-color: white; -moz-border-radius: 9px 9px 9px 9px; } table.sample td { border-width: 2px 2px 2px 2px; padding: 3px 3px 3px 3px; border-style: inset inset inset inset; border-color: gray gray gray gray; background-color: white; -moz-border-radius: 9px 9px 9px 9px; }