.nDialogBox{
	width:300px;
	margin:0 auto;
	position:absolute;
	z-index: 200;
}
.dialogTop_l{
	width:30px;
	height:30px;
	background:url(../images/box_topl.png) left top no-repeat;
}
.dialogTopBg{
	background:url(../images/box_topbg.png) left top repeat-x;
}
.dialogTop_r{
	background:url(../images/box_topr.png) right top no-repeat;
}

.dialogLeft{
	background:url(../images/box_leftbg.png) repeat-y;
}
.dialogRight{
	background:url(../images/box_rightbg.png) repeat-y;
}
.dialogBot_l{
	width:30px;
	height:23px;
	position:relative;
	background:url(../images/box_botl.png) left bottom no-repeat;
}
.dialogBot_r{
	position:relative;
	background:url(../images/box_botr.png) right bottom no-repeat;
}
.dialogBotBg{
	background:url(../images/box_botbg.png) left top repeat-x;
}
.ndClose{
	width:13px;
	height:15px;
	display:block;
	cursor:pointer;
	position:absolute;
	right:18px;
	top:18px;
	background:url(../images/bclose.png) no-repeat;
}
.nDialogBox .ndTit{
	position:absolute;
	left:23px;
	top:15px;
}
.nDialogBox .ndCont{
	background:#fff;
}
#jQoverlay {
	position: absolute;	top: 0;	left: 0; z-index: 1000; width: 100%;	height: 500px;
}


