/* Style for rounded box */

.boxt {background: url(/static/images/boxtop.png) 0 0 repeat-x}
.boxb {background: url(/static/images/boxdot.png) 0 100% repeat-x}
.boxl {background: url(/static/images/boxdot.png) 0 0 repeat-y}
.boxr {background: url(/static/images/boxdot.png) 100% 0 repeat-y}
.boxbl {background: url(/static/images/boxbl.png) 0 100% no-repeat}
.boxbr {background: url(/static/images/boxbr.png) 100% 100% no-repeat}
.boxtl {background: url(/static/images/boxtl.png) 0 0 no-repeat}
.boxtr {
  background: url(/static/images/boxtr.png) 100% 0 no-repeat;
  padding-top: 20px;
}




