.overlay_betacube {
	background-color: #000000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.betacube_nw {
	background: transparent url(betacube/topleft.gif) no-repeat 0 0;			
	width:10px;
	height:45px;
}

.betacube_n {
  background: transparent url(betacube/top.gif) repeat-x 0 0;			
  height:45px;
}

.betacube_ne {
  background: transparent url(betacube/topright.gif) no-repeat 0 0;			
  width:10px;	  
  height:45px;
}

.betacube_w {
  background: transparent url(betacube/left.gif) repeat-y top left;			
  width:10px;
}

.betacube_e {
  background: transparent url(betacube/right.gif) repeat-y top right;			
  width:10px;	  
}

.betacube_sw {
  background: transparent url(betacube/bottomleft.gif) no-repeat 0 0;			
  width:10px;
  height:10px;
}

.betacube_s {
  background: transparent url(betacube/bottom.gif) repeat-x 0 0;			
  height:10px;
}

.betacube_se, .betacube_sizer  {
  background: transparent url(betacube/bottomright.gif) no-repeat 0 0;			
  width:10px;
  height:10px;
}

.betacube_sizer {
	cursor:se-resize;	
}

.betacube_close {
	width: 22px;
	height: 45px;
	background: transparent url(betacube/close.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}
.betacube_close:hover {
	width: 22px;
	height: 45px;
	background: transparent url(betacube/close.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.betacube_minimize {
	width: 24px;
	height: 28px;
	background: transparent url(betacube/min.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}
.betacube_minimize:hover {
	width: 24px;
	height: 28px;
	background: transparent url(betacube/min.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.betacube_maximize {
	width: 24px;
	height: 28px;
	background: transparent url(betacube/max.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}
.betacube_maximize:hover {
	width: 24px;
	height: 28px;
	background: transparent url(betacube/max.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}
.betacube_title {
	float:left;
	height:14px;
	text-align:center;
	margin-top:0px;
	width:100%;
	color:#cccccc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform:uppercase;
}

.betacube_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background:#222222;
}

/* For alert/confirm dialog */
.betacube_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.betacube_message {
	font-size:12px;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.betacube_buttons {
	text-align:center;
	width:100%;
}

.betacube_buttons input {
	width:20%;
	margin:10px;
}

.betacube_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('alert/progress.gif') no-repeat center center
}



