.overlay_alphacube_sg {
	background-color:#000000;/* b8cedc */
	filter:alpha(opacity=60);
	-moz-opacity:0.9;
	opacity:0.9;
}

.alphacube_sg_nw {
	background:transparent url(alphacube_sg/left-top.png) no-repeat 0 0;			
  width:32px;
  height:45px;
}

.alphacube_sg_n {
  background:transparent url(alphacube_sg/top-middle.png) repeat-x 0 0;			
  height:45px;
}

.alphacube_sg_ne {
  background:transparent url(alphacube_sg/right-top.png) no-repeat 0 0;			
  width:36px;	  
  height:45px;
}

.alphacube_sg_w {
  background:transparent url(alphacube_sg/frame-left.png) repeat-y top left;			
  width:32px;
}

.alphacube_sg_e {
  background:transparent url(alphacube_sg/frame-right.png) repeat-y top right;			
  width:36px;	  
}

.alphacube_sg_sw {
  background:transparent url(alphacube_sg/bottom-left-c.png) no-repeat 0 0;			
  width:32px;
  height:35px;
}

.alphacube_sg_s {
  background:transparent url(alphacube_sg/bottom-middle.png) repeat-x 0 0;			
  height:35px;
}

.alphacube_sg_se, .alphacube_sg_sizer  {
  background:transparent url(alphacube_sg/bottom-right-c.png) no-repeat 0 0;			
  width:36px;
  height:35px;
}

.alphacube_sg_sizer {
	cursor:se-resize;	
}

.alphacube_sg_close {
	width:23px;
	height:23px;
	background:transparent url(alphacube_sg/button-close-focus.png) no-repeat 0 0;		
	background-position:top center;
	position:absolute;
	top:12px;
	right:36px;
	cursor:pointer;
	z-index:1000;
}
.alphacube_sg_close:hover, .alphacube_sg_close:focus {
	background-position:0 -23px;
}

.alphacube_sg_minimize {
	width:23px;
	height:23px;
	background:transparent url(alphacube_sg/button-min-focus.png) no-repeat 0 0;
	background-position:top center;		
	position:absolute;
	top:12px;
	right:80px;
	cursor:pointer;
	z-index:1000;
}
.alphacube_sg_minimize:hover, .alphacube_sg_minimize:focus {
	background-position:0 -23px;
}

.alphacube_sg_maximize {
	width:23px;
	height:23px;
	background:transparent url(alphacube_sg/button-max-focus.png) no-repeat 0 0;			
	position:absolute;
	top:12px;
	right:58px;
	cursor:pointer;
	z-index:1000;
}
.alphacube_sg_maximize:hover, .alphacube_sg_maximize:focus {
	background-position: 0 -23px;
}

.alphacube_sg_title {
	float:left;
	height:30px;
	font-size:12px;
	text-align:center;
	margin-top:15px;
	width:100%;
	color:#ffe141;
}

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

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

.alphacube_sg_message {
  font: 12px arial;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

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

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

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

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



