*|.top-left, *|.top-right, *|.bottom-left, *|.bottom-right {
  background-image: url(../styleImages/corners1280x22.gif);
  height: 11px;
  font-size: 2px;
}
*|.top-left, *|.bottom-left {
  margin-right: 12px;
}
*|.top-right, *|.bottom-right {
  margin-left: 12px;
  margin-top: -11px;
}
*|.top-right {
  background-position: 100% 0;
}
*|.bottom-left {
  background-position: 0 -11px;
}
*|.bottom-right {
  background-position: 100% -11px;
}
*|.inside {
  border-left: 1px solid black;
  border-right: 1px solid black;
  background: #ffffff none repeat scroll 0%;
  color: #000000;
  padding-left: 10px;
  padding-right: 10px;
}
*|.notopgap {
  margin-top: 0;
}
*|.nobottomgap {
  margin-bottom: 0;
}
