#sidebars .sidebarbox {
  background: #FFF;
  padding: 8px 15px;
  border: 1px dotted #ccc;
  -moz-border-radius-topleft:12px;
  -moz-border-radius-topright:12px;
  -moz-border-radius-bottomleft:12px;
  -moz-border-radius-bottomright:12px;
  }