.jBox
{
	visibility: hidden;
	position: absolute;
	background-color: white;
	text-align: left;
	border: #999999 5px solid;
}
.jBoxHandler
{
	padding: 0px;
	font: bold 12px tahoma, ËÎÌå;
	overflow: hidden;
	width: auto;
	cursor: move;
	color: white;
	text-indent: 3px;
	height: 22px;
	line-height: 22px;
	background-color: #888888;
}
.jBoxHandler .jBoxControls
{
	right: 8px;
	cursor: pointer;
	position: absolute;
	top: 0px;
}
.jBoxContent
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	overflow: auto;
	color: #000;
	padding-top: 0px;
	height: 150px;
	background-color: #fff;
}
.jBoxStatus
{
	border-top: #b9b9b9 1px solid;
	height: 14px;
	background-color: #f8f8f8;
}
.jBoxResize
{
	font-size: 0px;
	float: right;
	width: 13px;
	cursor: nw-resize;
	height: 13px;
}
