/* shadow border box */

table.ShadowBorder { width: 100%; }
td.ShadowBorder-tl { width: 10px; height: 10px; background: url(/i/b/sb_tl.gif) no-repeat;} 
td.ShadowBorder-tr { width: 10px; height: 10px; background: url(/i/b/sb_tr.gif) no-repeat;}
td.ShadowBorder-bl { width: 10px; height: 10px; background: url(/i/b/sb_bl.gif) no-repeat;} 
td.ShadowBorder-br { width: 10px; height: 10px; background: url(/i/b/sb_br.gif) no-repeat;} 
td.ShadowBorder-t { height: 10px; background: url(/i/b/sb_t.gif) repeat-x;}
td.ShadowBorder-b { height: 10px; background: url(/i/b/sb_b.gif) repeat-x;}
td.ShadowBorder-l { width: 10px; background: url(/i/b/sb_l.gif) repeat-y;}
td.ShadowBorder-r { width: 10px; background: url(/i/b/sb_r.gif) repeat-y;}
td.ShadowBorder-c { background-color: #ffffff; border: 2px solid #ffffff; }