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


.alphacube_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
    font: 12px arial;
	background:#FDFDFD;
}

.alphacube_nw {
  background: transparent;			
  width:0px;
  height:0px;
}

.alphacube_n {
  background: transparent;			
  width:0px;
  height:0px;
}

.alphacube_ne {
  background: transparent;			
  width:0px;
  height:0px;
}

.alphacube_w {
  background: transparent;			
  width:0px;
  height:0px;
}

.alphacube_e {
  background: transparent;			
  width:0px;
  height:0px;  
}

.alphacube_sw {
  background: transparent;			
  width:0px;
  height:0px;
}

.alphacube_s {
  background: transparent;			
  width:0px;
  height:0px;
}

.alphacube_se, .alphacube_sizer  {
  background: transparent;			
  width:0px;
  height:0px;
}

/* For alert/confirm dialog */
.alphacube_window {
	background: #FFF;
	margin-left:auto;
	margin-right:auto;
	width:300px;
}


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


