.overlay_alphacube {
	background-color: #C10001;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	width:922px;
	height:100px;
	overflow:none;
	z-index:0;
}
.alphacube_nw {
       	width:6px;
	height:6px;
	/*background-color:#FFFFFF;*/
	background-color:transparent;
}
.alphacube_n {
      	height:6px;
	/*background-color:#FFFFFF;*/
	background-color:transparent;
}
.alphacube_ne {
       	width:6px;	  
      	height:6px;
/*	background-color:#FFFFFF;*/
	background-color:transparent;
}
.alphacube_w {
       	width:6px;
	background-color:transparent;
}
.alphacube_e {
       	width:6px;	
	background-color:transparent;
}
.alphacube_sw {
       	width:6px;
      	height:6px;
/*	background-color:#FFFFFF;*/
	background-color:transparent;
}
.alphacube_s {
       	height:6px;
/*	background-color:#FFFFFF;*/
	background-color:transparent;
}
.alphacube_se  {
      	width:6px;
      	height:6px;
/*	background-color:#FFFFFF;*/
	background-color:transparent;
}
.alphacube_sizer  {
	background-color:#FFFFFF;
      	width:6px;
      	height:6px;
}
.alphacube_sizer {
	cursor:default;	
}

.alphacube_close {
	width: 23px;
/*	height: 23px;*/
	height: 6px;
/*	background: transparent url(alphacube/button-close-focus.gif) no-repeat 0 0;			*/
	position:absolute;
	top:0px;
	right:11px;
	cursor:default;
	z-index:1000;
}

.alphacube_minimize {
	width: 23px;
/*	height: 23px;*/
	height:6px;
/*	background: transparent url(alphacube/button-min-focus.gif) no-repeat 0 0;			*/
	position:absolute;
	top:0px;
	right:55px;
	cursor:default;
	z-index:1000;
}

.alphacube_maximize {
	width: 23px;
/*	height: 23px;*/
	height: 6px;
/*	background: transparent url(alphacube/button-max-focus.gif) no-repeat 0 0;			*/
	position:absolute;
	top:0px;
	right:33px;
	cursor:default;
	z-index:1000;
}

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

.alphacube_content {
	/*overflow:auto;*/
	/*color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;*/
	/*background:#FDFDFD;*/
	background-image:url(../images/capapropiedades.gif);
	width:316px;
	height:208px;
}

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

.alphacube_message {
	/*font-size:12px;
	text-align:center;
	width:100%;
	padding-bottom:10px;*/
	width:304px;
	height:165px;
}

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

.alphacube_buttons input {
	width:81px;
	margin:5px;
}

.alphacube_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	/*height:16px;*/
	height:0px;
	background: #FFF url('alert/progress.gif') no-repeat center center
}



