.overlay___invisible__ {
  background-color: #1c1c1c;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.overlay_cendyn_gray {
	background-color:#1c1c1c;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

.cendyn_gray_wired_frame {
	background:#1c1c1c;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;	
}

.cendyn_gray_title {
	padding:0px; 
	margin:0px;
	width:100%;
	height:0px;
}

.cendyn_gray_nw {
	background:transparent url(/_AJAXWin/themes/cendyn_gray/top-left.png) no-repeat 0 0;			
	width:20px;
	height:20px;
}

.cendyn_gray_n {
	background:transparent url(/_AJAXWin/themes/cendyn_gray/top-middle.png) repeat-x 0 0;			
	height:20px;
}

.cendyn_gray_ne {
	background:transparent url(/_AJAXWin/themes/cendyn_gray/top-right.png) no-repeat 0 0;			
	width:20px;
	height:20px;
}

.cendyn_gray_w {
	background:transparent url(/_AJAXWin/themes/cendyn_gray/left.png) repeat-y top left;			
	width:20px;
}

.cendyn_gray_e {
	background:transparent url(/_AJAXWin/themes/cendyn_gray/right.png) repeat-y top right;			
	width:20px;	  
}

.cendyn_gray_sw {
	background:transparent url(/_AJAXWin/themes/cendyn_gray/bottom-left.png) no-repeat 0 0;			
	width:20px;
	height:20px;
}

.cendyn_gray_s {
	background:transparent url(/_AJAXWin/themes/cendyn_gray/bottom-middle.png) repeat-x 0 0;			
	height:20px;
}

.cendyn_gray_se, .cendyn_gray_sizer  {
	background:transparent url(/_AJAXWin/themes/cendyn_gray/bottom-right.png) no-repeat 0 0;			
	width:20px;
	height:20px;
}

.cendyn_gray_close {
	width:16px;
	height:15px;
	background:transparent url(/_AJAXWin/themes/cendyn_gray/button-close.png) no-repeat 0 0;			
	position:absolute;
	top:19px;
	right:19px;
	cursor:pointer;
	z-index:1000;
}

/* FOR IE */
* html .cendyn_gray_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_AJAXWin/themes/cendyn_gray/top-left.png", sizingMethod="scale");
}

* html .cendyn_gray_n {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_AJAXWin/themes/cendyn_gray/top-middle.png", sizingMethod="scale");
}

* html .cendyn_gray_ne {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_AJAXWin/themes/cendyn_gray/top-right.png", sizingMethod="scale");
}

* html .cendyn_gray_w {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_AJAXWin/themes/cendyn_gray/left.png", sizingMethod="scale");
}

* html .cendyn_gray_e {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_AJAXWin/themes/cendyn_gray/right.png", sizingMethod="scale");
}

* html .cendyn_gray_sw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_AJAXWin/themes/cendyn_gray/bottom-left.png", sizingMethod="crop");
}

* html .cendyn_gray_s {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_AJAXWin/themes/cendyn_gray/bottom-middle.png", sizingMethod="scale");
}

* html .cendyn_gray_se, * html .cendyn_gray_sizer {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_AJAXWin/themes/cendyn_gray/bottom-right.png", sizingMethod="crop");
}

* html .cendyn_gray_close {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_AJAXWin/themes/cendyn_gray/button-close.png", sizingMethod="crop");
}