
.box {
  width: 200px;
}

.box .content {
  background: url(/images/box_bg_blue_200.gif) bottom;
  font-size: 1.0em;
  padding: 22px 2px 7px 3px ;
}

.box .content p {
  padding: 0 10px 10px 10px;
  margin: 0;
}

.box h2 {         
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 0.8em;
  color: white;
  width: 200px;
  height: 21px;
  background: url(/images/box_hg_blue_200.gif) top;
  position: absolute;
}

.box h2 span {
  position: absolute;
  padding-top: 4px;
  padding-left: 2px;
}


