div.yellowBox {
  /*width: 592px;*/
  width: 592px;
  font-size: 14px;
  /* color: #6c7d7f; old color */
  color: #6b2e44;
}

div.yellowBox .header {
  height: 11px;
  overflow: hidden;
  background: url('../../images/layout/yellow-top.gif') no-repeat;
}

div.yellowBox .content {
  padding: 10px 35px;
  background: url('../../images/layout/yellow-content.gif') repeat-y;
}

div.yellowBox .footer {
  height: 11px;
  overflow: hidden;
  background: url('../../images/layout/yellow-bottom.gif') no-repeat;
}

div.yellowBox h2 {
  margin-bottom: 10px;
  font-size: 16px;
}

div.yellowBox span.highlighted {
  /* color: #ff2774; old color */
  color: #52a3e0;
}

/** Medium **/

div.yellowBoxMedium {
  width: 342px;
  font-size: 15px;
  font-weight: bolder;
  /* color: #6c7d7f; old color */
  color: #6b2e44;
}

div.yellowBoxMedium .header {
  height: 11px;
  overflow: hidden;
  background: url('../../images/layout/yellow-medium-top.gif') no-repeat;
}

div.yellowBoxMedium .content {
  padding: 0 20px;
  background: url('../../images/layout/yellow-medium-content.gif') repeat-y;
}

div.yellowBoxMedium .footer {
  height: 11px;
  overflow: hidden;
  background: url('../../images/layout/yellow-medium-bottom.gif') no-repeat;
}
