.overlay_alphacube {
	background-color: #FFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	z-index: 110 !important;
}

.alphacube_sizer  {
  background: transparent url(alphacube/bottom-right-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.alphacube_sizer {
	cursor:se-resize;	
}

.alphacube_close {
	width: 35px;
	height: 35px;
	background: transparent url(alphacube/close-button-green.png) no-repeat 0 0;
	position: absolute;
	top: 11px;
	right: 13px;
	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:0;
	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:0;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_title {
	float: left;
	height: 14px;
	font-size: 20px ;
	width: 100%;
	color: #1D682B;
	font-weight: bolder;
	font-family: "Helvetica", "arial", "sans-serif" ;
	margin-bottom: 15px;
}

.alphacube_content {
	color: #3D3D3D;
	/*font-family: Tahoma, Arial, sans-serif;*/
	font-size: 12px ;
}

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

.alphacube_message {
	font-size: 12px;
}

.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;
	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;	
}

.review-sending-dialog-url, .review-sending-dialog-error-text{
	padding: 4px 4px;
	border: 1px solid lightgray;
	border-radius: 3px;
	margin-top: 6px;
	height: 17px;
}

.review-sending-dialog-error-text{
	height: 40px;
	overflow: auto;
}

.review-sending-dialog-comment{
	padding: 4px;
	border: 1px solid lightGrey;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	margin: 6px 0px 20px;
	width: 392px;
	height: 80px;
	resize: none !important;
	overflow: auto;
}