.roundedbox {
    background-image: url('../images/rounder/tb.png');
	background-repeat: repeat-x;
    background-position: top left;
    width: 100%;
}

.b_border {
    background-image:url('../images/rounder/bb.png');
    background-repeat:repeat-x;
    background-position:bottom left;
    width:100%;
}

.l_border {
    background-image:url('../images/rounder/lb.png');
    background-repeat:repeat-y;
    background-position:top left;
    width:100%;
}

.r_border {

    background-image: url('../images/rounder/rb.png');
    background-repeat: repeat-y;
    background-position: top right;
    width:100%;
}

.tl_corner {
	background-image: url('../images/rounder/tlc.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width: 100%;
}

.tr_corner {
	background-image: url('../images/rounder/trc.gif');
	background-repeat: no-repeat;
	background-position: top right;
	width: 100%;
}

.bl_corner {
	background-image:url('../images/rounder/blc.gif');
	background-repeat:no-repeat;
	background-position:bottom left;
	width:100%;
}

.br_corner {
	background-image:url('../images/rounder/brc.gif');
	background-repeat:no-repeat;
	background-position:bottom right;
	width:100%;
}
