.jqHandle {
   background: red;
   height:15px;
}

.jqDrag {
height:20px;
  width: 100%;
  cursor: move;
}

.jqResize {
   width: 15px;
   position: absolute;
   bottom: 0;
   right: 0;
   cursor: se-resize;
}

.jqDnR {
    z-index: 9999;
    position: absolute;
    margin: 5px 10px 10px 10px;
    padding: 8px;
}
