.rbox {
  width: 200px;
  background: #effce7 url(image/bottom-left.gif)
  no-repeat left bottom;
}

.rbox-outer {
  background: url(image/bottom-right.gif) no-repeat right bottom;
  padding-bottom: 5%;
}

.rbox-inner {
  background: url(image/top-left.gif) no-repeat left top;
}

.rbox h2 {
  background: url(image/top-right.gif) no-repeat right top;
  padding-top:5%;
  font-weight: bold;
  font-size: 12pt;
  color: #666666;
}

.rbox p {
  color: #909399;
}

.rbox h2, .rbox p {
  padding-left: 5%;
  padding-right: 5%;
}

a.round:link, a.round:active, a.round:visited {
  color: #909399;
  font-size: 9pt;

}

a.round:hover {
  text-decoration: underline;
  color: #666666;
}

.moreh {
  padding-top:1%;
  font-weight: bold;
  font-size: 12pt;
  color: #666666;
  padding-left: 5%;
  padding-right: 5%;
}

