.idgbox {
  padding: 0px;
  z-index: 10000;
}

.idgbox h1 {
  padding: 0px 10px 0px 10px;
  margin: -5px -5px 0px -5px;
  background-image: url(/tools/idgBox/h1.gif);
  font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
}

.idgbox_closebutton {
  position: absolute;
  right: 15px;
  top: 5px;
  width: 70px;
  height: 15px;
  cursor: pointer;
  z-index: 100;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 11px;
  background-color: #4caeff;
  padding: 2px;
}

.idgbox_closebutton a {
  text-decoration: none;
  color: #aaa;
  font-size: 12px;
}

      .border_left {
        position: absolute;
        top: 2px;
        left: 0px;
        width: 1px;
        overflow: hidden;
      }

      .border_top_left {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 2px;
        height: 2px;
        overflow: hidden;
        z-index: 5;
      }

      .border_top {
        position: absolute;
        top: 0px;
        left: 2px;
        height: 1px;
        overflow: hidden;
      }




      .border_bottom {
        position: absolute;
        bottom: 0px;
        left: 2px;
        height: 1px;
        overflow: hidden;
      }
      
      .border_top_right {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 2px;
        height: 2px;
        overflow: hidden;
        z-index: 5;
      }

      .border_bottom_right {
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 2px;
        height: 2px;
        overflow: hidden;
        z-index: 5;
      }

      .border_right {
        position: absolute;
        top: 2px;
        right: 0px;
        width: 1px;
        overflow: hidden;
      }

      .border_bottom_left {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 2px;
        height: 2px;
        overflow: hidden;
        z-index: 5;
      }
      
      .border_bottom_shadow {
        position: absolute;
        bottom: 0px;
        left: 2px;
        height: 8px;
        line-height: 1px;
        overflow: hidden;
      }
      
      .border_top_right_shadow {
        position: absolute;
        top: 0px;
        right: 1px;
        width: 8px;
        height: 6px;
        overflow: hidden;
        z-index: 5;
        
      }

      .border_bottom_right_shadow {
        position: absolute;
        bottom: 1px;
        right: 1px;
        width: 8px;
        height: 8px;
        overflow: hidden;
        z-index: 5;
      }

      .border_right_shadow {
        position: absolute;
        top: 6px;
        right: 0px;
        width: 8px;
        overflow: hidden;
        z-index: 0;
      }

      .border_bottom_left_shadow {
        position: absolute;
        bottom: 1px;
        left: 0px;
        width: 2px;
        height: 8px;
        overflow: hidden;
        z-index: 5;
      }
            
