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

.alphacube_content {
	overflow:visible;/*!wichting für den IE: position: relative; und in content "position: absolute;" */
	position: relative;
	min-height:1px;
	height:auto !important;  /* für moderne Browser */
	height:0px;  /*für den IE */
	width:0px;
}

.alphacube_nw, 
.alphacube_n, 
.alphacube_ne,
.alphacube_w,
.alphacube_e,
.alphacube_sw,
.alphacube_s,
.alphacube_se, 
.alphacube_sizer,
.alphacube_close,
.alphacube_minimize,
.alphacube_maximize,
.alphacube_title {
	display:none;
}



/* For alert/confirm dialog */
.alphacube_window {}
.alphacube_message {}
.alphacube_buttons {}
.alphacube_buttons input {}
.alphacube_progress {}
.alphacube_wired_frame {}



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

.alert_nw,
.alert_n,
.alert_ne,
.alert_e,
.alert_w,
.alert_sw,
.alert_s,
.alert_se, 
.alert_sizer,
.alert_close,
.alert_minimize,
.alert_maximize {
  width:0px;
  height:0px;
  display:none;
}

.alert_title {
	float:left;
  height:1px;
  width:100%;
}
.alert_content {
	overflow:visible;
	color: #000;
	background: #FFF;
	border: 1px solid #CFCAB4;
}

/* For alert/confirm dialog */
.alert_window {
  background: #FFF;
  padding:0px;
  margin-left:auto;
  margin-right:auto;
  width:200px;
}

.alert_message {
	font: 12px arial;
  width:100%;
  color:#F00;
  padding-top:10px;
	text-align:center;
}

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

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

