.alphacube_overlay {
  background-color:#85BBEF;
  filter:alpha(opacity=60);
  -moz-opacity:0.6;
  opacity:0.6;
}

.alphacube_minimize,
.alphacube_maximize,
.alphacube_close,
.alphacube_sizer,
.alphacube_nw,
.alphacube_n,
.alphacube_ne,
.alphacube_sw,
.alphacube_s,
.alphacube_se,
.alphacube_e,
.alphacube_w  {
  background-image:url("images/alphacube.gif");
  background-color:transparent;
  background-repeat:no-repeat;
  background-position:0 0;
}

.dialog .black {background-image:url("images/alphacube_black.gif");}

.dialog .alphacube_title,
.dialog .alphacube_content,
.dialog .alphacube_message {background-image:none;}

.ie6.dialog .bot * {height:7px; font-size:1px;}

.alphacube_nw {
  background-position:0 -250px;
  width:10px;
  height:25px;
}

.alphacube_n {
  background-repeat:repeat-x;
  height:25px;
}

.alphacube_ne {
  background-position:100% -250px;
  width:10px;
  height:25px;
}

.alphacube_w {
  background-repeat:repeat-y;
  background-position:0 -300px;
  width:7px;
}

.alphacube_e {
  background-repeat:repeat-y;
  background-position:100% -300px;
  width:7px;
}

.alphacube_sw {
  background-position:0 100%;
  width:7px;
  height:7px;
}

.alphacube_s {
  background-repeat:repeat-x;
  background-position:0 -50px;
  height:7px;
}

.alphacube_se,
.alphacube_sizer {
  background-position:100% 100%;
  width:7px;
  height:7px;
}

.alphacube_sizer {
  cursor:se-resize;
}

.alphacube_close {
  width:23px;
  height:23px;
  background-position:0 -200px;
  position:absolute;
  top:0;
  right:11px;
  cursor:pointer;
  z-index:1000;
}
.alphacube_close:hover {
  background-position:100% -200px;
}

.alphacube_minimize {
  width:23px;
  height:23px;
  background-position:0 -100px;
  position:absolute;
  top:0;
  right:55px;
  cursor:pointer;
  z-index:1000;
}
.alphacube_minimize:hover {
  background-position:100% -100px;
}

.alphacube_maximize {
  width:23px;
  height:23px;
  background-position:0 -150px;
  position:absolute;
  top:0;
  right:33px;
  cursor:pointer;
  z-index:1000;
}
.alphacube_maximize:hover {
  background-position:100% -150px;
}

.alphacube_title {
  float:left;
  height:14px;
  text-align:center;
  margin-top:2px;
  width:100%;
  color:#123456;
}

.alphacube_content        {background-color:#FDFDFD; overflow:auto;}
.black .alphacube_content {background-color:#000;}

/* For alert/confirm dialog */
.alphacube_window {
  border:1px solid #F00;
  background-color:#FFF;
  padding:20px;
  margin-left:auto;
  margin-right:auto;
  width:400px;
}

.alphacube_message {
  text-align:center;
  width:100%;
  padding-bottom:10px;
}

.alphacube_buttons {
  text-align:center;
  width:100%;
}

.alphacube_buttons input {
  width:20%;
  margin:10px;
}

.alphacube_progress {
  float:left;
  margin:auto;
  text-align:center;
  width:100%;
  height:16px;
  background:#FFF url("alert/progress.gif") no-repeat 50% 50%;
}

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


