
/* START own css: rounded */

.rounded {
  border: 1px solid #cccccc;
  border-bottom: none;
}

.rounded .bottom {
  border-bottom: 1px solid #cccccc;
  height: 10px;
}

.rounded .middle {
  margin: 10px 10px 0px 10px;
}

.rounded .cn {
  background-image: url(../images/rounded.gif);
  background-repeat: no-repeat;
  height: 10px;
  line-height: 10px;
  position: relative;
  width: 10px;
}

.rounded .tl {
  background-position: top left;
  float: left;
  margin: -1px 0px 0px -1px;
}

.rounded .tr {
  background-position: top right;
  float: right;
  margin: -1px -1px 0px 0px;
}

.rounded .bl {
  background-position: bottom left;
  float: left;
  margin: 1px 0px -1px -1px;
}

.rounded .br {
  background-position: bottom right;
  float: right;
  margin: 1px -1px -1px 0px;
}


/* END own css: rounded */
