#rounded0 div.t, #rounded0 div.b {
  height: 6px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#rounded0 div.m {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0 8px;
}

#rounded0 div.t {
  background: url(../images/j_border.png) 0 0 repeat-x;
}

#rounded0 div.t div.t {
   background: url(../images/j_crn_tr_light.png) 100% 0 no-repeat;
}

#rounded0 div.t div.t div.t {
   background: url(../images/j_crn_tl_light.png) 0 0 no-repeat;
}

#rounded0 div.b {
  background: url(../images/j_border.png) 0 100% repeat-x;
}

#rounded0 div.b div.b {
   background: url(../images/j_crn_br_light.png) 100% 0 no-repeat;
}

#rounded0 div.b div.b div.b {
   background: url(../images/j_crn_bl_light.png) 0 0 no-repeat;
}

div#rounded1 {
  background: #f7f7f7;
}
#rounded1 div.t, #rounded1 div.b {
  height: 6px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#rounded1 div.m {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0 8px;
}

#rounded1 div.t {
  background: url(../images/j_border.png) 0 0 repeat-x;
}

#rounded1 div.t div.t {
   background: url(../images/j_crn_tr_dark.png) 100% 0 no-repeat;
}

#rounded1 div.t div.t div.t {
   background: url(../images/j_crn_tl_dark.png) 0 0 no-repeat;
}

#rounded1 div.b {
  background: url(../images/j_border.png) 0 100% repeat-x;
}

#rounded1 div.b div.b {
   background: url(../images/j_crn_br_dark.png) 100% 0 no-repeat;
}

#rounded1 div.b div.b div.b {
   background: url(../images/j_crn_bl_dark.png) 0 0 no-repeat;
}

