.overlay_ciipp_v1 {
	background-color: #000;
	filter:alpha(opacity=10);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.ciipp_v1_nw {
  background: transparent url(ciipp_v1/top_left.gif) no-repeat 0 0;
  width:25px;
  height:25px;
}

.ciipp_v1_top {
	height:35px;
	background: transparent url(ciipp_v1/top_mid.gif) repeat-x 0 0; 
}

.ciipp_v1_n {
  	/*background: transparent url(ciipp_v1/top_mid.gif) repeat-x 0 0;*/		
  height:25px;
}

.ciipp_v1_ne {
  /*background: transparent url(ciipp_v1/top_mid.gif) no-repeat 0 0;*/		
  width:10px;	  
  height:25px;
}

.ciipp_v1_w {
  /*background: transparent url(ciipp_v1/frame-left.gif) repeat-y top left;*/
  background:#fff;
  width:10px;
}

.ciipp_v1_e {
  /*background: transparent url(ciipp_v1/frame-right.gif) repeat-y top right;*/	
  background:#fff;
  width:10px;	  
}

.status_bar {height:0px;overflow:hidden;}

.ciipp_v1_sw {
  /*background: transparent url(ciipp_v1/bottom-left-c.gif) no-repeat 0 0;*/
  background:#fff;
  border-bottom:3px solid #ff0046;
  width:7px;
  height:10px;
}

.ciipp_v1_s  {
  /*background: transparent url(ciipp_v1/bottom-middle.gif) repeat-x 0 0;*/
  background:#fff;
  border-bottom:3px solid #ff0046;
  height:10px;
}


.ciipp_v1_se, .ciipp_v1_sizer {
  /*background: transparent url(ciipp_v1/bottom-right-c.gif) no-repeat 0 0;*/
  background:#fff;
  border-bottom:3px solid #ff0046;
  width:7px;
  height:10px;
}

.ciipp_v1_sizer {
	cursor:se-resize;	
}

.ciipp_v1_close {
	width: 43px;
	height: 18px;
	background: transparent url(ciipp_v1/top_btn.gif) no-repeat right 0px ;	/**/		
	position:absolute;
	top:5px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.ciipp_v1_minimize {
	width: 25px;
	height: 18px;
	background: transparent url(ciipp_v1/top_btn.gif) no-repeat 0 0;	/**/		
	position:absolute;
	top:5px;
	right:80px;
	cursor:pointer;
	z-index:1000;
}

.ciipp_v1_maximize {
	width: 26px;
	height: 18px;
	background: transparent url(ciipp_v1/top_btn.gif) no-repeat -25px 0;	/**/		
	position:absolute;
	top:5px;
	right:54px;
	cursor:pointer;
	z-index:1000;
}

.ciipp_v1_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:#fff;
}

.ciipp_v1_content {
	overflow:auto;
	color: #222;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background:#fff;
}
.ciipp_v1_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('alert/progress.gif') no-repeat center center
}

