/** Rounded border box */
div#nifty_blue{
    background: #9BD1FA}
#nifty_blue b.rtop, #nifty_blue b.rbottom{display:block;background: #FFF}
#nifty_blue b.rtop b, #nifty_blue b.rbottom b{display:block;height: 1px;
    overflow: hidden;
    background: #9BD1FA}
#nifty_blue b.r1{margin: 0 5px}
#nifty_blue b.r2{margin: 0 3px}
#nifty_blue b.r3{margin: 0 2px}
#nifty_blue b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

/** Rounded border box */
div#nifty_yellow{
    background: #FFFFCC}
#nifty_yellow b.rtop, #nifty_yellow b.rbottom{display:block;background: #FFF}
#nifty_yellow b.rtop b, #nifty_yellow b.rbottom b{display:block;height: 1px;
    overflow: hidden;
    background: #FFFFCC}
#nifty_yellow b.r1{margin: 0 5px}
#nifty_yellow b.r2{margin: 0 3px}
#nifty_yellow b.r3{margin: 0 2px}
#nifty_yellow b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

/** Rounded border box */
div#nifty_white{
    background: #FFFFFF}
#nifty_white b.rtop, #nifty_white b.rbottom{display:block;background: #FFF}
#nifty_white b.rtop b, #nifty_white b.rbottom b{display:block;height: 1px;
    overflow: hidden;
    background: #FFFFFF}
#nifty_white b.r1{margin: 0 5px}
#nifty_white b.r2{margin: 0 3px}
#nifty_white b.r3{margin: 0 2px}
#nifty_white b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}


