.jqHandle {   
   
}

.jqDrag {
   position: absolute;
   top: 0px;
   left: 0px;
   right:0px;
   bottom:0px;
   cursor: move;
   z-index:2;
    background-image:url(../img/normal.png);
}

.jqResize {
   position: absolute;
   top:0px;
   left:0px;
   right:-5px;
   bottom:-5px;
   cursor: se-resize;
   z-index:1;   
    background-image:url(../img/active.png);   
}


/** tc@MODIFED**/
.jqContent {
   position: relative;
   z-index:0;   
}

.jqSubmit {
   width: 15px;
   position: absolute;
   top: 0;
   right: 0;
   cursor:pointer;
}

.jqDnRBox {

}

.jqDnRBox.active {

}