.overlay_alphacube {
	background-color: #000000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.alphacube_nw {		
  width:10px;
  height:0px;
}

.alphacube_n {	
  width:0px;
  height:0px;
}

.alphacube_ne {		
  width:0px;
  height:0px;
}

.alphacube_w {	
  width:0px;
  height:0px;
}

.alphacube_e {		
  width:0px;
  height:0px;  
}

.alphacube_sw {		
  width:0px;
  height:0px;
}

.alphacube_s {		
  width:0px;
  height:0px;
}

.alphacube_se, .alphacube_sizer  {	
  width:0px;
  height:0px;
}

.alphacube_sizer {
	cursor:se-resize;	
}

.alphacube_close {
	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:0px;
	height:0px;
}

.alphacube_maximize {
	width:0px;
	height:0px;
}

.alphacube_title {
	width:0px;
	height:0px;
}

.alphacube_content {
	overflow:auto;
	background:url(../images/bkgdPopUp.jpg) no-repeat;
	padding-left: 18px;
	padding-right: 54px;
	border: 1px solid #ffffff;
	vertical-align: middle;
}

.alphacube_buttons {
	text-align:center;
	width:100%;
}