.dragdealer { position: relative; height: 30px; background: rgb(238, 238, 238) none repeat scroll 0% 0%; }
.dragdealer .handle { position: absolute; top: 0px; left: 0px; cursor: pointer; }
.dragdealer .red-bar { width: 100px; height: 30px; background: rgb(204, 0, 0) none repeat scroll 0% 0%; color: rgb(255, 255, 255); font-size: 14px; line-height: 30px; text-align: center; }
.dragdealer .disabled { background: rgb(137, 137, 137) none repeat scroll 0% 0%; }
