﻿.jBox {
	position: absolute;
	border: 1px solid #6B97C1;
	visibility: hidden;
	background-color: white;
	text-align:left;
}
.jBoxHandler {
	cursor:move;
	font: bold 14px Arial;
	line-height:25px;
	color: white;
	overflow: hidden;
	text-indent:5px;
	background:#8BACCF url(/bbsAdmin/images/pupop_bg.png) repeat-x scroll 0 0;
	height:28px;
}
#btn_close {
	background:transparent url(/bbsAdmin/images/pupop_bg.png) no-repeat scroll 0 -30px;
	height:19px;
	line-height:100px;
	margin-right:5px;
	position:absolute;
	width:34px;
	right:3px;
	top:0;
	border:0;
}
#btn_close:hover {
	background:transparent url(/bbsAdmin/images/pupop_bg.png) no-repeat scroll -37px -30px;
	cursor:pointer;
}
.jBoxContent {
	background:#fff;
	color:#000;
	margin:5px 10px;
	overflow:hidden;
	font-size:13px;
	border:0;
}

