/* CSS Stylesheet for Boxes with Round Corners */

/* Note that image URLs for the corners are relative to the
   stylesheet, not the page */

/* Pale-yellow box on white background */

.paleyellow_bl { background: url(../images/round_corners/paleyellow-bl.png)
                0 100% no-repeat #FFFF66;
                text-align: left; }
.paleyellow_br { background: url(../images/round_corners/paleyellow-br.png)
                100% 100% no-repeat; }
.paleyellow_tl { background: url(../images/round_corners/paleyellow-tl.png)
                0 0% no-repeat; }
.paleyellow_tr { background: url(../images/round_corners/paleyellow-tr.png)
                100% 0 no-repeat;
                padding: 10px; }
