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

.alphacube_nw {
background:#f0d0f0;			
  width:10px;
  height:25px;
  border-top: 2px solid #5050b0;
  border-left: 2px solid #5050b0;
}

.alphacube_n {
  background: #f0d0f0;			
  height:25px;
  border-top: 2px solid #5050b0; 

}

.alphacube_ne {
  background: #f0d0f0;			
  width:10px;	  
  height:25px;
  border-right: 2px solid #5050b0; 
  border-top: 2px solid #5050b0; 


}

.alphacube_w {
  background: #f0d0f0;			
  width:7px;
  border-left: 2px solid #5050b0;
}

.alphacube_e {
  background: #f0d0f0;			
  width:7px;	 
  border-right: 2px solid #5050b0; 
}

.alphacube_sw {
  background: #f0d0f0;			
  width:7px;
  height:7px;
  border-bottom: 2px solid #5050b0;
  border-left: 2px solid #5050b0;
}

.alphacube_s {
  background: #f0d0f0;			
  height:7px;
  border-bottom: 2px solid #5050b0; 
}
.alphacube_se{
  border-right: 2px solid #5050b0; 
  border-bottom: 2px solid #5050b0; 
}
.alphacube_se, .alphacube_sizer  {
  background: #f0d0f0;			
  width:7px;
  height:7px;
}

.alphacube_sizer {
	cursor:se-resize;	
}

.alphacube_close {
	width: 23px;
	height: 23px;
	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: 23px;
	height: 23px;
	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: 23px;
	height: 23px;
	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 {
	float:left;
	height:14px;
	font-size:14px;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#123456;
	background:#f0d0f0;
	-moz-user-select:none;
  background:url(../images/front/mail/bg-top.jpg) no-repeat top left;
  height:41px;
}

.alphacube_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
  	font: 12px arial;
	background: url(../images/front/mail/bg-bottom.jpg) bottom right no-repeat #f0d0f0;
	padding: 0 0 30px 0;
	height: 200px;
}

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

.alphacube_message {
  font: 12px arial;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}
.alphacube_message form {
	float: right;
	margin-right: 10px;
}
.alphacube_message form table{
	text-align: right;
	width: 350px;
	padding: 0;
	text-align: right;
}
.alphacube_message form table tbody tr td{
	height: 20px;
	line-height: 20px;
	margin-bottom: 30px;
	color: #5050b0;
}
.alphacube_message form table tbody tr td input{
	margin-bottom: 10px;
	width: 150px;
}
.alphacube_message form table tbody tr td input[type=submit]{
	color: #fff;
	width:120px;
	height: 39px;
	background: url(../images/front/mail/input-bg.jpg) no-repeat;
	border: none;
	cursor:pointer;
	margin-top: 10px;
}
.alphacube_message form table tbody tr td input[type=submit]:hover {
	background: url(../images/front/mail/input-hover-bg.jpg) no-repeat;
}

.alphacube_buttons {
	text-align:center;
	width:100%;
	
}
.alphacube_buttons{
	text-align: right;
	float: right;
}
.alphacube_buttons input {
	color: #fff;
	width:120px;
	height: 39px;
	margin:0 10px 0 0;
	background: url(../images/front/mail/input-bg.jpg) no-repeat;
	border: none;
	cursor:pointer;
}
.alphacube_buttons input:hover {
	background: url(../images/front/mail/input-hover-bg.jpg) no-repeat;
}

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

}

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

