.CC_Box {
  position: relative;
  z-index: 20;
  top: -28;
  left: 0;
}
.CC_Box .ct1 {
  width: 11px;
  height: 22px;
  background: url(../imgs/ct1.png);
  filter: expression(fixPNG(this));
}
.CC_Box .ct2 {
  width: 13px;
  height: 22px;
  background: url(../imgs/ct2.png);
  filter: expression(fixPNG(this));
}
.CC_Box .ct {
  padding: 1 3 0 3;
  color: white;
  font: bold 12px Arial;
  background: url(../imgs/ct.png) repeat-x;
  filter: expression(fixPNG(this));
}
.CC_Box .ct TABLE {
  width: 100%;
  color: white;
  font: bold 12px Arial;
}
.CC_Box .ct A {
  color: white;
  text-decoration: none;
}
.CC_Box .cm1 {
  background: url(../imgs/cm1.png) repeat-y;;
  filter: expression(fixPNG(this));
}
.CC_Box .cm2 {
  background: url(../imgs/cm2.png) repeat-y;;
  filter: expression(fixPNG(this));
}
.CC_Box .cm {
  font: 12px Arial;
  color: white;
/*  background: #0a9aea;*/
  background: #0f9beb;
  filter: alpha(Opacity=95);
  KHTMLOpacity: 0.95;
  MozOpacity: 0.95;
  opacity: 0.95;
  overflow: hidden;
  vertical-align: top;
}
.CC_Box .cm table {
  font: 12px Arial;
  color: white;
}
.CC_Box .cb1 {
  width: 11px;
  height: 16px;
  background: url(../imgs/cb1.png);
  filter: expression(fixPNG(this));
}
.CC_Box .cb2 {
  width: 13px;
  height: 16px;
  background: url(../imgs/cb2.png);
  filter: expression(fixPNG(this));
}
.CC_Box .cb {
  background: url(../imgs/cb.png) repeat-x;
  filter: expression(fixPNG(this));
}
.CCBoxTitle {
  cursor: move;
  padding: 2px 0px 0 32px;
  font: bold 11px Arial;
}
.CCBoxTitleExt {
}
.CCBoxControls img {
  margin-top: 3px;
}
.CCBoxContent {
  overflow: hidden;
}
.CCBoxIcon {
  position: relative;
  filter: expression(fixPNG(this));
  z-index: 25;
  left: 10;
  width: 32px;
  height: 32px;
}

