.overlay_ciipp_gray {
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.ciipp_gray_nw {
  background: transparent url(ciipp_gray/top_left.gif) no-repeat 0 0;
  width:25px;
  height:25px;
}

.ciipp_gray_top {
	height:35px;
	background: transparent url(ciipp_gray/top_mid.gif) repeat-x 0 0; 
}

.ciipp_gray_n {
  	/*background: transparent url(ciipp_gray/top_mid.gif) repeat-x 0 0;*/		
  height:25px;
}

.ciipp_gray_ne {
  /*background: transparent url(ciipp_gray/top_mid.gif) no-repeat 0 0;*/		
  width:10px;	  
  height:25px;
}

.ciipp_gray_w {
  /*background: transparent url(ciipp_gray/frame-left.gif) repeat-y top left;*/
  background:#fff;
  width:10px;
}

.ciipp_gray_e {
  /*background: transparent url(ciipp_gray/frame-right.gif) repeat-y top right;*/	
  background:#fff;
  width:10px;	  
}

.status_bar {height:0px;overflow:hidden;}

.ciipp_gray_sw {
  /*background: transparent url(ciipp_gray/bottom-left-c.gif) no-repeat 0 0;*/
  background:#fff;
  border-bottom:3px solid #ccc;
  width:7px;
  height:10px;
}

.ciipp_gray_s  {
  /*background: transparent url(ciipp_gray/bottom-middle.gif) repeat-x 0 0;*/
  background:#fff;
  border-bottom:3px solid #ccc;
  height:10px;
}


.ciipp_gray_se, .ciipp_gray_sizer {
  /*background: transparent url(ciipp_gray/bottom-right-c.gif) no-repeat 0 0;*/
  background:#fff;
  border-bottom:3px solid #ccc;
  width:7px;
  height:10px;
}

.ciipp_gray_sizer {
	cursor:se-resize;	
}

.ciipp_gray_close {
	width: 43px;
	height: 18px;
	background: transparent url(ciipp_gray/top_btn.gif) no-repeat right 0px ;	/**/		
	position:absolute;
	top:5px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.ciipp_gray_minimize {
	width: 25px;
	height: 18px;
	background: transparent url(ciipp_gray/top_btn.gif) no-repeat 0 0;	/**/		
	position:absolute;
	top:5px;
	right:80px;
	cursor:pointer;
	z-index:1000;
}

.ciipp_gray_maximize {
	width: 26px;
	height: 18px;
	background: transparent url(ciipp_gray/top_btn.gif) no-repeat -25px 0;	/**/		
	position:absolute;
	top:5px;
	right:54px;
	cursor:pointer;
	z-index:1000;
}

.ciipp_gray_title {
	position:absolute;
	white-space:nowrap;
	left:30px;
	top:6px;
	height:14px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	margin-top:0px;
	color:#333;
}

.ciipp_gray_content {
	overflow:auto;
	color: #222;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background:#fff;
}
.ciipp_gray_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('alert/progress.gif') no-repeat center center
}

