#joverlay{
           display:none;
           position:absolute;
           background:#333;
           top:0;
           width:100%;
           opacity:0.5;
           filter:alpha(opacity=50);
           z-index:9;
           left:0;
           z-index:2147483647;
           }

#jbox{
       display:none;
       position:absolute;
       z-index:9;
       width:350px;
       height:300px;
       border:10px solid #bbb;
       -moz-border-radius: 10px;
       -webkit-border-radius: 10px;
       border-radius: 10px;
       background:#fff;
       z-index:2147483647;
       }
#jbox_title{
             font-size: 14px;
             font-weight: bold;
             text-align: left;
             line-height: 27px;
             color: #fff;
             background: #5C9CCC url('http://www.1ting.com/v5/images/common/popup_title.png') repeat-x scroll 50% 50%;
             border: 1px solid #4297D7;
             cursor: default;
             padding: 0 3px;
             margin: 0em;
             }
#jbox_close{
             background: transparent url('http://www.1ting.com/v5/images/common/popup_close.gif') no-repeat 50% 50%;
             text-indent:-9999px;
             display:inline-block;
             width:20px;
             float:right;
             cursor:pointer;
             }

