﻿#drag{ 
    position: relative;    background-color: #e4c66e;
    width: 360px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    margin-bottom: 25px
}
#drag .handler{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 46px;
    border: 1px solid #ccc;
    cursor: move;
}
.handler_bg{
    background: #fff url("/Content/drag/handler_bg.png") no-repeat center;
}
.handler_ok_bg{
    background: #fff url("/Content/drag/handler_ok_bg.png") no-repeat center;
}
#drag .drag_bg{
    background-color: #7ac23c;
    height: 46px;
    width: 0px;
}
#drag .drag_text{
    position: absolute;
    top: 0px;
    width: 360px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select:none;
    -ms-user-select:none; 
}