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

