#contents-box {
  margin: 10px auto 10px auto;
  width: 548px;
}
.top-panel {
  width: 548px;
}
.top-panel .white-box {
  border: 1px solid #bbb;
  border-bottom: 0px solid;
  padding: 12px 10px 1px 15px;
  margin: 0;
}
.curve {
  width: 548px;
  height: 17px;
  background: #fff url(/images/top-panel-bottom-curve.gif) no-repeat top;
}

#contents-box table {
  width: 100%;
}
#contents-box table tr {
  vertical-align: top;
}
#contents-box table tr td.panel-yellow {
  width: 267px;
  padding: 0;
  background-color: #eff6b3;
}
#contents-box table tr td.panel-yellow .inner-panel {
  padding: 10px 10px 0 10px;
  background-color: #eff6b3;
}
#contents-box table tr td.panel-yellow #public-image {
  position: relative;
  margin: 0 0 -16px -31px;
}
#contents-box table tr td.panel-green {
  width: 267px;
  padding: 0;
  background-color: #d1e7ce;
}
#dark-green-box {
  width: 242px;
  background: #9ECE98;
}
#dark-green-box .inner-panel {
  padding: 0 10px 0 10px;
  background: #9ECE98;
}

.panel input.text {
  width: 140px;
  margin-top: 3px;
  font-size: 0.8em;
  padding: 2px;
  height: 1.5em;
  border: 1px solid #a6b8a5;
}