#drag{
    position: relative;
    background-color: #e8e8e8;
    width: 378px;
    height: 100%;
    line-height: 40px;
    text-align: center;
}
#drag .handler{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 38px;
    border: 1px solid #ccc;
    cursor: move;
}
#drag2{
    position: relative;
    background-color: #e8e8e8;
    width: 378px;
    height: 100%;
    line-height: 40px;
    text-align: center;
}
#drag2 .handler{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 38px;
    border: 1px solid #ccc;
    cursor: move;
}
#drag3{
    position: relative;
    background-color: #e8e8e8;
    width: 378px;
    height: 100%;
    line-height: 40px;
    text-align: center;
}
#drag3 .handler{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 38px;
    border: 1px solid #ccc;
    cursor: move;
}
.handler_bg{
    background: #fff url("../images/icon/003.png") no-repeat center;
}
.handler_ok_bg{
    background: #fff url("../images/icon/002.png") no-repeat center;
}
#drag .drag_bg{
    background-color: #FF0068;
    height: 40px;
    width: 0px;
}
#drag .drag_text{
    position: absolute;
    top: 0px;
    width: 300px;
    color:#9c9c9c;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select:none;
    -ms-user-select:none;
    font-size: 12px;
}
#drag2 .drag_bg{
    background-color: #FF0068;
    height: 40px;
    width: 0px;
}
#drag2 .drag_text{
    position: absolute;
    top: 0px;
    width: 300px;
    color:#9c9c9c;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select:none;
    -ms-user-select:none;
    font-size: 12px;
}

#drag3 .drag_bg{
    background-color: #FF0068;
    height: 40px;
    width: 0px;
}
#drag3 .drag_text{
    position: absolute;
    top: 0px;
    width: 300px;
    color:#9c9c9c;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select:none;
    -ms-user-select:none;
    font-size: 12px;
}
