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

.alphacube_nw {
	background: transparent url(alphacube/left-top.png) no-repeat 0 0;
  width:31px;
  height:40px;
}

.alphacube_n {
  background: transparent url(alphacube/top-middle.png) repeat-x 0 0;
  height:40px;
}

.alphacube_ne {
  background: transparent url(alphacube/right-top.png) no-repeat 0 0;
  width:31px;
  height:40px;
}

.alphacube_w {
  background: transparent url(alphacube/frame-left.png) repeat-y top left;
  width:31px;
}

.alphacube_e {
  background: transparent url(alphacube/frame-right.png) repeat-y top right;
  width:31px;
}

.alphacube_sw {
  background: transparent url(alphacube/bottom-left-c.png) no-repeat 0 0;
  width:31px;
  height:40px;
}

.alphacube_s {
  background: transparent url(alphacube/bottom-middle.png) repeat-x 0 0;
  height:40px;
}

.alphacube_se, .alphacube_sizer  {
  background: transparent url(alphacube/bottom-right-c.png) no-repeat 0 0;
  width:31px;
  height:40px;
}

.alphacube_sizer {
	cursor:se-resize;	
}

.alphacube_close {
	width: 10px;
	height: 5px;
	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: 10px;
	height: 5px;
	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: 10px;
	height: 5px;
	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 {
	height:5px;
	font-size: 1px;
}

.alphacube_content {
	background: #efefef;
	font-family: Arial, sans-serif;
	font-size: 8pt;
}

.alphacube_buttons {
        padding-top: 10px;
        padding-bottom: 0px;
	text-align:center;
}

.ok_button {
        font-family: "Arial";
        font-size: 7pt;
        color: red;
}
/*
.alphacube_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('alert/progress.gif') no-repeat center center
}
*/

