.jbox {
	position:absolute;
	top:0;
	left:0;
	background-color:#fff;
	overflow:hidden;
	z-index:1989;
	border:1px solid rgba(0, 0, 0, .2);
	border-radius:6px;
	box-shadow:0 5px 15px rgba(0, 0, 0, .5)
}
.jbox-title {
	position:relative;
	color:#000;/*height:40px;*/
	line-height:40px;
	background-color:#fff;
	border-bottom:1px solid #e5e5e5
}
.jbox-title-txt {
	font-size:14px;
	padding-left:10px
}
.jbox-close {
	position:absolute;
	right:10px;
	top:9px;
	display:block;
	width:14px;
	height:14px;
	background:url(../Public/plugins/jbox/Images/remove-black.png) no-repeat;
	z-index:999999
}
.jbox-container {
	padding-left:15px;
	padding-top:3px;
	overflow-y:auto;
	overflow-x:auto
}
.jbox-buttons {
	padding:10px;
	border-top:1px solid #e5e5e5;
	text-align:right
}
.jbox-buttons a {
	margin-left:5px
}
#jbox-loading {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0, 0, 0, .15);
	z-index:999999
}
#jbox-loading i {
	display:block;
	position:fixed;
	height:80px;
	width:80px;
	top:50%;
	left:50%;
	margin:-40px 0 0 -40px;
	background:url(../Public/plugins/jbox/Images/loading-blue.png) no-repeat;
-webkit-animation:rotateLoading .8s linear infinite;
-moz-animation:rotateLoading .8s linear infinite;
animation:rotateLoading .8s linear infinite
}
@keyframes rotateLoading {
0% {
-webkit-transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(360deg)
}
}
@-webkit-keyframes rotateLoading {
0% {
-webkit-transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(360deg)
}
}
@-moz-keyframes rotateLoading {
0% {
-moz-transform:rotate(0deg)
}
100% {
-moz-transform:rotate(360deg)
}
}

div.jbox .jbox-tip-color{background-color:#428BCA;border-color:#428BCA;border-radius:1px 1px 1px 1px;color:#ffffff;} /* 鎻愮ず灞傞鑹�*/
/* icons */
div.jbox span.jbox-icon{background:url(../img/jbox-icons.png) no-repeat scroll 0 0 transparent;_background:url(../img/jbox-icons-ie6.gif) no-repeat scroll 0 0 transparent;} /* 浠ヤ笅鍥炬爣鏍峰紡 */
div.jbox span.jbox-icon-info {background-position:0 0;}
div.jbox span.jbox-icon-question {background-position:-36px 0;}
div.jbox span.jbox-icon-success {background-position:-72px 0;}
div.jbox span.jbox-icon-warning {background-position:-108px 0;}
div.jbox span.jbox-icon-error {background-position:-144px 0;}
div.jbox span.jbox-icon-none {display: none; overflow:hidden;}
div.jbox span.jbox-icon-loading {background:url(../img/jbox-loading1.gif) no-repeat scroll 0 0 transparent;}