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


.zenprint_nw {
  width:6px;
  height:26px;
}
.zenprint_n {
  height:26px;
}
.zenprint_ne {
  width:6px;
  height:26px;
}
.zenprint_w {
  background:#fff;
  width:3px;
}

.zenprint_e {
  background:#fff;
  width:3px;
}

.zenprint_sw {
  background:#fff;
  width:5px;
  height:3px;
}
.zenprint_s {
  background:#fff;
  height:3px;
}
.zenprint_se, .zenprint_sizer {
  background:#fff;
  width:5px;
  height:3px;
}

.zenprint_sizer {
	cursor:se-resize;
}

.zenprint_close {
	width: 256px;
	height: 20px;
	background: transparent url(zenprint/button-close-focused.png) no-repeat 0 0;
	position:absolute;
	top:4px;
	right:3px;
	cursor:pointer;
	z-index:1000;
}

.zenprint_minimize {
	width: 21px;
	height: 21px;
	background: transparent url(zenprint/button-minimize-focused.png) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:26px;
	cursor:pointer;
	z-index:1000;
	display:none;
}

.zenprint_maximize {
	width: 21px;
	height: 21px;
	background: transparent url(zenprint/button-maximize-focused.png) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:47px;
	cursor:pointer;
	z-index:1000;
	display:none;
}





.zenprint_buttons { padding-bottom:9px; }
/* FOR IE */
* html .zenprint_minimize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/zenprint/button-minimize-focused.png", sizingMethod="crop");
}

* html .zenprint_maximize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/zenprint/button-maximize-focused.png", sizingMethod="scale");
}

* html .zenprint_close {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/zenprint/button-close-focused.png", sizingMethod="crop");
}


