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

h1 {
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
font-size: 16px;
color:#333333;
margin-top:30px;

}

.alphacube_sizer {
	cursor:se-resize;	
}

.alphacube_title {
	float:left;
	height:14px;
	font-size:14px;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#123456;
}

.alphacube_content {
	overflow:none;
	font-family: Tahoma, Arial, sans-serif;
  font: 12px arial;
}

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

.alphacube_message {
  font: 12px arial;
	text-align:center;
	width:100%;
	padding-bottom:20px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	background-color:#ffffff;
}

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

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

.alphacube_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
}

.alphacube_wired_frame {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
}



