#drag{ 
    position: relative;
    background-color:rgba(200,200,200,0.2);
    
    width: 359px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
#drag .handler{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 34px;
    border: 1px solid #ccc;
    cursor: move;
	z-index: 9;
}
.handler_bg{
    background: #fff;
	background-repeat:no-repeat;
	background-position:center center;
}
.handler img{vertical-align: top;}
.handler_ok_bg{
    background: #fff;
	background-repeat:no-repeat;
	background-position:center center;
}
#drag .drag_bg{
    background-color: #7ac23c;
    height: 34px;
    width: 0px;
}
#drag .drag_text{
    position: absolute;
    top: 0px;
    width:100%;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select:none;
    -ms-user-select:none; 
}


.hdyz-bg{
	width:100%;
	text-align: left;
	/*background-color:#fcc;*/
	position:relative;
    color: #666;
}
.handler_bg span, .handler_ok_bg span{
	display:block;
    font-family: xms;
    position: absolute;
    top: 9px;
    right: -7px;
	width:7px;
	height:14px;
	line-height:14px;
	z-index:10;
}

.joint{
	width:41px;
	border: 1px solid #ccc;
	height:34px;
	position:absolute;
	top:0px;
	right:0px;
	background-color:#fff;
	background-repeat: no-repeat;
    background-position: center center;
}
.joint span{
	display:block;
    font-family: xms;
    position: absolute;
    top: 9px;
    left:-1px;
	width:7px;
	height:14px;
	z-index:8;
}
