  /* BOX DEFINITIONS */

.box_top {
  width: 200px;
  height: 14px;
  background: url(../graphics/box_top_gray.gif);
}

.box_middle {
  width: 200px;
  background: url(../graphics/box_middle_gray.gif);
}

.box_bottom {
  width: 200px;
  height: 14px;
  background: url(../graphics/box_bottom_gray.gif);
}

.box_content {
  width: 172px;
  margin: 0 0 0 14px;
  background-color: #E5E5E5;
  font-size: 0.85em;
}

.box_content h4, .box_content h5, .box_content p, .box_content ul, .box_content ol {
  margin-bottom: 0;
}

.box_1st_item {
  margin-top: 0;
}

.box_last_item {
  margin-bottom: 0;
}

.box_top_cta {
  margin-top: 4px;
  width: 200px;
  height: 14px;
  background: url(../graphics/box_top_cta.gif);
}

.box_middle_cta {
  width: 200px;
  background: url(../graphics/box_middle_cta.gif);
}

.box_bottom_cta {
  width: 200px;
  height: 14px;
  background: url(../graphics/box_bottom_cta.gif);
}

.box_content_cta {
  width: 172px;
  margin: 0 0 0 14px;
  background-color: white;
}

.box_content_cta h4, .box_content_cta h5,
.box_content_cta p, .box_content_cta ul {
  margin-bottom: 0;
}
