/**
 * Dragdealer.js 0.9.7
 * http://github.com/skidding/dragdealer
 *
 * (c) 2010+ Ovidiu Cherecheș
 * http://skidding.mit-license.org
 */

.dragdealer {
  position: relative;
  height: 20px;
  background: #e0d6f5;
  border:0px solid #CCC;
  width:220px;margin:0 0 10px 0;

}
.dragdealer .handle {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
 
}
.dragdealer .red-bar {
  width: 60px;
  height: 20px;
  /*background: #CC0000; background: #FF3300;*/
  
 
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  font-weight:bold;
   -webkit-border-radius: 3px; 
  -moz-border-radius: 3px;border-radius: 3px;
   font-family:arial, helvetica, sans-serif;
            	
 background-color: #5129a3; 
 
}
.dragdealer .disabled {
  background: #898989;
}
.value{
font-family:arial, helvetica, sans-serif;font-size:15px;
text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
}