
/*头部边框线样式*/
.lightBoxTop{
	background:#fff;
	border:5px solid #b1b1b1;
}

.lightBoxTop_Header {
	height:30px;
	position:relative;
	clear:both;
/*	border-top:3px solid #dc2a2a;
*/	background:#fff;
}
.lightBoxTop_Body {
	overflow:hidden;
	position:relative;
	clear:both;
}
.lightBoxTop_TitleTip {
	display:none;
}
.lightBoxTop_TitleImg {
	display:none;	
}
.lightBoxTop_BoxCloseBtn {
	display:none;
}
.lightBoxTop_BoxCloseBtn_Cz {
	display:inline-block;
	float:right;
	margin-right:10px;
	background:url(../images/lightbox/head_close.gif) no-repeat 0 center;
	height:36px;
	width:36px;
	cursor:pointer;
}

/*全部边框线样式*/

.lightBox_all{
	background:#fff;
	border:5px solid #b1b1b1;
}

.lightBox_all_Header {
	height:40px;
	position:relative;
	clear:both;
	background:#e3e3e3;
}
.lightBox_all_Body {
	overflow:hidden;
	position:relative;
	clear:both;
	
}
.lightBox_all_TitleImg {
	
	display:inline-block;
	float:left;
	margin-left:10px;
	background:url(../images/lightbox/titleimg.gif) no-repeat 0 center;
	height:36px;
	width:36px;
}
.lightBox_all_TitleTip {
	display:inline-block;
	float:left;
	height:36px;
	line-height:36px;
	font-size:14px;
	line-height:36px;

}

.lightBox_all_BoxCloseBtn {
	display:none;
}

.lightBox_all_BoxCloseBtn_Cz {
	display:inline-block;
	float:right;
	margin-right:0px;
	background:url(../images/lightbox/closebtn.gif) no-repeat 50% center;
	background-size:12px;
	height:36px;
	width:36px;
	cursor:pointer;
}


/*通用样式*/
.BoxMask_zz {
	height:100%;
	width:100%;
	left:0;
	top:0;
	background:#000;
	opacity:0.4;
	filter:alpha(opacity=40);
}

