@charset "utf-8";
/* CSS Document */

.rounded_STYLE
{
  background-color: #484848;            /* if needed */
  
  position: relative;
}

.rounded_STYLE > .tl, .rounded_STYLE > .tr, .rounded_STYLE > .bl, .rounded_STYLE > .br
{
  width: 6px;
  height: 6px;
  position: absolute;
}

.rounded_STYLE > .tl
{
  background: url(/images/upper-left.png) top left no-repeat;
  top: 0;
  left: 0;
}

.rounded_STYLE > .tr
{
  background: url(/images/upper-right.png) top right no-repeat;
  top: 0;
  right: 0;
}

.rounded_STYLE > .bl
{
  background: url(/images/lower-left.png) bottom left no-repeat;
  bottom: 0;
  left: 0;
}

.rounded_STYLE > .br
{
  background: url(/images/lower-right.png) bottom right no-repeat;
  bottom: 0;
  right: 0;
}