.jxbg {
	position:fixed;
	_position:absolute;
	display:none;
	background:#000;
	top:0;
	left:0;
}
.jxbox {
	position:fixed;
	_position:absolute;
	display:none;
	border:5px solid #e9f3fd;
	background-color:white;
	overflow: hidden;
}
.jxbox .title{
	font:bold 14px arial;
	line-height:30px;
	color:#666;
	overflow:hidden;
	text-indent:5px;
	border-bottom:1px solid #a6c9e1;
	background:#e9f3fd url(img.gif) repeat-x;
	height:30px;
}
.jxbox .border {border:1px solid #a6c9e1;position:relative;}
.jxbox .close{
	background:url(img.gif) 0 -45px no-repeat;
	height:16px;
	width:10px;
	position:absolute;
	top:8px;
	right:10px;
	cursor:pointer;
}
.jxbox .content,.jxbox .msg{
	color:black;
	padding:5px;
	font-size:13px;
	border:0;
	line-height:16px;
}
.jxbox .msg{text-align:center;padding-top:20px;color:red;}
.jxbox .content img,.jxbox .content iframe{
	display:block;
}
.jxbox .btndiv{
	position:absolute;
	bottom:0;
	left:0;
	font-size:12px;
	height:36px;
	width:100%;
	border-top:1px dotted #a6c9e1;
	text-align:center;
}
.jxbox .Loading,.jxbox .Error {
	position: absolute;
	display: block;
	width: 90px;
	height: 30px;
	line-height: 30px;
	margin-left: -45px;
	margin-top: -15px;
	left: 50%;
	top: 50%;
	color: #f00;
}
.jxbox .Loading{
	width:28px;
	margin-left: -14px;
	background:url(loading.gif) no-repeat;
	text-indent: -999em;
	text-align: center;
}
.jxbox .btndiv .yes, .jxbox .btndiv .cancel{margin:8px; background:#e9f3fd url(img.gif) repeat-x 0 -66px; text-align:center; height:20px; border:1px solid #a6c9e1; padding:0 8px; color:#666; cursor:pointer;}
/*自定义样式，用于精迅上传对话框*/
.jxbox .upload{padding-top:15px;padding-left:10px;text-align:left;color:red;}
.jxbox .upload input{height:20px;line-height:20px;width:230px;}
.jxbox .upload span{display:block;margin-top:5px;}