﻿.jBox{position: absolute;border: 2px solid #dcdcdc;visibility: hidden;background-color: white;text-align:left;}
.jBoxHandler{background-color: #72C5F9;cursor: move;overflow: hidden;width: auto;}
.jBoxHandler .title{padding: 5px 0px;text-indent: 3px;font: bold 14px '宋体';background-color: #72C5F9;color: white;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width: auto;height: 15px;}
.jBoxHandler .jBoxControls{position: absolute;right: 8px; clear:both;top: 0px;width:auto;background-color: #72C5F9;}
.jBoxContent{background-color: #fff;color: #000;height: 150px;padding: 5px 10px;overflow: auto;}
.jBoxStatus{border-top: 1px solid #B9B9B9;background-color: #F8F8F8;height: 13px; }
.jBoxResize{float: right;width: 13px;height: 13px;cursor: nw-resize;font-size: 0; background-image:url(images/resize.gif);}
.jbtnMin{ float:left; background-image:url(images/min.gif); width:23px; height:23px;cursor: hand;cursor: pointer; }
.jbtnClose{ float:left; background-image:url(images/close.gif); width:23px; height:23px;cursor: hand;cursor: pointer; }
.jbtnRestore{float:left; background-image:url(images/restore.gif); width:23px; height:23px;cursor: hand;cursor: pointer; }