.overlay_alphacube {
	background-color: #888;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.alphacube_nw {
	background: transparent url(/img/windows/left-top.gif) no-repeat 0 0;			
  width:5px;
  height:65px;
}

.alphacube_n {
  background: transparent url(/img/windows/top-middle.gif) repeat-x 0 0;			
  height:65px;
  
}

.alphacube_ne {
  background: transparent url(/img/windows/right-top.gif) no-repeat;
  background-position: right top;
  width:2px;	  
  height:65px;
}

.alphacube_w {
  background: transparent url(/img/windows/frame-left.gif) repeat-y top left;
  background-color:#FFFFFF;
  width:7px;
}

.alphacube_e {
  background: transparent url(/img/windows/frame-right.gif) repeat-y top right;			
  width:7px;	 
  background-color:#FFFFFF;
}

.alphacube_sw {
  background: transparent url(/img/windows/bottom-left-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.alphacube_s {
  background: transparent url(/img/windows/bottom-middle.gif) repeat-x 0 0;			
  height:7px;
}

.alphacube_se, .alphacube_sizer  {
  background: transparent url(/img/windows/bottom-right-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.alphacube_sizer {
	cursor:se-resize;	
}

.alphacube_close {
	width: 50px;
	height: 15px;
	background: transparent url(/img/windows/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:4px;
	right:5px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_minimize {
	width: 11px;
	height: 11px;
	background: transparent url(/img/windows/button-min-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:4px;
	right:36px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_maximize {
	width: 11px;
	height: 11px;
	background: transparent url(/img/windows/button-max-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:4px;
	right:20px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_title {
	float:left;
	font-size:11px;
	text-align:left;
	margin-top:25px;
	width:100%;
	color:#6c6865;
	font-family: verdana;
	font-weight:bold;
	text-transform: uppercase;
	padding-left:18px;

	 

}

.alphacube_content {
	overflow:auto;
	color: #58595b;
	font-family: Verdana;
	font-size: 10px;
	background:#ffffff;
}

/* For alert/confirm dialog */
.alphacube_window {
	border:1px solid #F00;	
	background: #FFF;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.alphacube_message {
	font-size:12px;
	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 center center
}



