/*
** phoenixBox css **
** author £ºphoenix;
** email  : topcg@163.com; 
*/
#PB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
* html #PB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.documentElement.scrollHeight > document.documentElement.offsetHeight ? document.documentElement.scrollHeight :  document.documentElement.offsetHeight + 'px');
}

#PB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #PB_window { /* ie6 hack */
	position: absolute;
	margin-top: expression(0-parseInt(this.offsetHeight / 2) + ( document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

* html #PB_iframe{ /* ie6 hack */
	width:100%;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	filter:mask();
}
#PB_boxTitle{
	line-height:28px;
}
#PB_boxTitle span{
	float:right;
	margin:0 5px 0 0;
}
#PB_boxTitle h1{
	background:#E8E8E8;
	font-size:12px;
	padding:0 0 0 5px;
	font-weight:400;
	margin:0;
}
.PB_boxIn{
	padding:10px;
}
.phoenixbox{
border-right:1px solid #666666;
border-bottom:1px solid #666666;
border-top:1px solid #E3E3E3;
border-left:1px solid #E3E3E3;
background:#E3E3E3;
cursor:pointer;
padding:1px;
}