/* CSS Document */

.jBox{
	position: absolute;
	border: 1px solid #000000;
	visibility: hidden;
	background-color: white;
	text-align:left;
}
.jBoxHandler{
	padding: 5px 0px 5px 10px;
	text-indent: 3px;
	font: bold 14px Arial;
	background:url(../images/jbox/form_03.jpg) repeat-x;
	color: white;
	cursor: move;
	overflow: hidden;
	width: auto;
	height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #93C2DE;
}
.jBoxHandler .jBoxControls{position: absolute;right: 8px;top: 0px;cursor: hand;cursor: pointer;}
.jBoxContent{background-color: #fff;color: #000;height: 150px;padding: 5px 10px;overflow: auto;}
.jBoxStatus{border-top: 0px solid #B9B9B9;background-color: #F8F8F8;height: 13px; }
.jBoxResize{float: right;width: 13px;height: 13px;cursor: nw-resize;font-size: 0;}
.jbtnMin{background:url(../images/jbox/min.gif) no-repeat ;float:left;width:23px;height:23px;}
.jbtnClose{background:url(../images/jbox/close.jpg) no-repeat;width:16px;height:16px;float:left;margin-top:4px}
.jbtnRestore{background:url(../images/jbox/restore.gif) no-repeat;width:23px;height:23px;float:left;}
.jbtnResize{background:url(../images/jbox/resize.gif) no-repeat;width:13px;height:13px;float:right;cursor:nw-resize;}
.jBoxButtons {}
.jBoxButtons input{}


