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

.alphacube_nw {
  width:1px;
  height:1px;
}

.alphacube_n {
  height:1px;
}

.alphacube_ne {
  width:1px;	  
  height:1px;
}

.alphacube_w {
  width:1px;
}

.alphacube_e {
  width:1px;	  
}

.alphacube_sw {
  width:1px;
  height:1px;
}

.alphacube_s {
  height:1px;
}

.alphacube_se, .alphacube_sizer  {
  width:1px;
  height:1px;
}

.alphacube_close {
	width: 23px;
	height: 23px;
	background: transparent url(alphacube/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(alphacube/button-min-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(alphacube/button-max-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

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

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

/* For alert/confirm dialog */
.alphacube_window {
	padding-right:1px;
	border-right:1px #888 solid;
	border-bottom:1px #888 solid;
	background:#ffa;
	color:#000000;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
	width:400px;
}

.alphacube_message {
	padding-right:1px;
	border-right:1px #888 solid;
	border-bottom:1px #888 solid;
	background:#ffa;
	color:#000000;
	text-align:center;
	padding-top:20px;
	padding-left:5px;
	padding-right:5px;}

.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: #ffa url('alert/progress.gif') no-repeat center center
}

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



