.overlay_alphacube { z-index:1000 !important; }

.dialog { z-index:1001 !important; }
.dialog table.top,
.dialog table.bot,
.dialog td.alphacube_w,
.dialog td.alphacube_e { display:none; }

.dialog { padding:0; width:520px !important; height:auto !important; }

.overlay_alphacube {
  background-color: #000;
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.alphacube_close {
  width: 17px;
  height: 21px;
  margin:0;
  padding:0;
  background: transparent url(../images/btn-close.gif) no-repeat 0 0;
  position:absolute;
  bottom:-21px;
  right:0;
  cursor:pointer;
  z-index:1000;
}


.alphacube_content {
  overflow:auto;
  background:#fff;
  
}

.alphacube_wired_frame {
  background:#FFF;
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;  
}