/* rounded box - white */
.whtrb { background: url(../img/c_wht_bg.gif) repeat; }
.whtrbtop div  { background: url(../img/c_wht_tl.gif) no-repeat top left; }
.whtrbtop      { background: url(../img/c_wht_tr.gif) no-repeat top right; }
.whtrbbot div  { background: url(../img/c_wht_bl.gif) no-repeat bottom left; }
.whtrbbot      { background: url(../img/c_wht_br.gif) no-repeat bottom right; }
.whtrbtop div, .whtrbtop, .whtrbbot div, .whtrbbot { width: 100%; height: 5px; font-size: 1px; }
.whtrb { width: 100%; margin: auto; }

/* rounded box - grey */
.gryrb { background: url(../img/c_gry_bg.gif) repeat; }
.gryrbtop div  { background: url(../img/c_gry_tl.gif) no-repeat top left; }
.gryrbtop      { background: url(../img/c_gry_tr.gif) no-repeat top right; }
.gryrbbot div  { background: url(../img/c_gry_bl.gif) no-repeat bottom left; }
.gryrbbot      { background: url(../img/c_gry_br.gif) no-repeat bottom right; }
.gryrbtop div, .gryrbtop, .gryrbbot div, .gryrbbot { width: 100%; height: 5px; font-size: 1px; }
.gryrb { width: 100%; margin: auto; }

/* rounded box - red */
.redrb { background: url(../img/c_red_bg.gif) repeat; }
.redrbtop div  { background: url(../img/c_red_tl.gif) no-repeat top left; }
.redrbtop      { background: url(../img/c_red_tr.gif) no-repeat top right; }
.redrbbot div  { background: url(../img/c_red_bl.gif) no-repeat bottom left; }
.redrbbot      { background: url(../img/c_red_br.gif) no-repeat bottom right; }
.redrbtop div, .redrbtop, .redrbbot div, .redrbbot { width: 100%; height: 5px; font-size: 1px; }
.redrb { width: 100%; margin: auto; }

/* rounded box - off-white */
.owtrb { background: url(../img/c_owt_bg.gif) repeat; }
.owtrbtop div  { background: url(../img/c_owt_tl.gif) no-repeat top left; }
.owtrbtop      { background: url(../img/c_owt_tr.gif) no-repeat top right; }
.owtrbbot div  { background: url(../img/c_owt_bl.gif) no-repeat bottom left; }
.owtrbbot      { background: url(../img/c_owt_br.gif) no-repeat bottom right; }
.owtrbtop div, .owtrbtop, .owtrbbot div, .owtrbbot { width: 100%; height: 5px; font-size: 1px; }
.owtrb { width: 100%; margin: auto; }