#sidebar .roundedbox {

  width: 221px;
  margin-bottom: 10px;
}

#sidebar .roundedbox  .tl_w,
#sidebar .roundedbox  .tr_w,
#sidebar .roundedbox  .bl_w,
#sidebar .roundedbox  .br_w

{
  height: 5px;
  width: 5px;
}

#sidebar .roundedbox  .w,
#sidebar .roundedbox  .ww {
  background-color: #FFFFFF;
}

#sidebar .roundedbox  .ww {
  padding: 2px;
}

#sidebar .roundedbox  .tl_w {
  background: url('/images/tl_w.png') no-repeat;
}

#sidebar .roundedbox  .tr_w {
  background: url('/images/tr_w.png') no-repeat;
}

#sidebar .roundedbox  .bl_w {
  background: url('/images/bl_w.png') no-repeat;
}

#sidebar .roundedbox  .br_w {
  background: url('/images/br_w.png') no-repeat;
}