.jBox{
	position: absolute;
	border: 1px solid #758670;
	visibility: hidden;
	background-color: white;
	text-align: left;
}

.jBoxContent{
	background-color: #fff;
	color: #000;
	height: 150px;
	padding: 0px;
	overflow: auto;
}

.jBoxHandler{
	padding: 0px;
	text-indent: 3px;
	font: bold 14px Arial;
	background-color: #758670;
	color: white;
	cursor: move;
	overflow: hidden;
	width: auto;
	height: 16px;
}

.jBoxHandler .jBoxControls{
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: hand;
	cursor: pointer;
}

.jBoxResize{
	float: right;
	width: 13px;
	height: 16px;
	cursor: nw-resize;
	font-size: 0;
}

.jBoxStatus{
	border-top: 1px solid #B9B9B9;
	background-color: #F8F8F8;
	height: 16px;
}
