#content .voting h2{
  border:                 solid 0px silver !important;
  text-align:             center;
  margin:                 0px;
}


#sv_vote .sv_button{
  font-weight:            bold;
  text-align:             center;
  color:                  #fff; 
  
  border:                 solid 2px silver !important;    
  -moz-border-radius:     5px;
  -webkit-border-radius:  6px; 
  
  padding:                2px;
  padding-left:           5px !important;
  padding-right:          5px !important;    
  
  background-color:       transparent !important;
  cursor:                 pointer;
}

#sv_vote .sv_button:hover{
 
  font-weight: bold;

  background-color: #fff !important;
  color:#844;

}


#sv_vote{
  border:                 dotted 1px #822;   
  text-align:             center;
}


#sv_vote {  
  border:                 solid 1px #822;
}




#sv_vote .sv_babe{
  background-color:       #2b2b2b;
  display:                inline-block;
  border:                 solid 2px ccc; 
  -moz-border-radius:     4px;
  -webkit-border-radius:  4px;
  -moz-opacity:           0.8;     
}
#sv_vote .sv_babe:hover{
  background-color:       #3c3c3c; 
  -moz-opacity:           1;
}

#sv_vote .sv_babe{
  margin:              1px;
  margin-bottom:       4px; 
  width:               100px; 
}


#sv_vote .sv_babe .sv_buttons{
  vertical-align:       middle;  
  display:              inline; 
}




#sv_vote .sv_buttons .decimal .sv_decimal-button{
  width: 16px;
  height:16px;
  margin:              0px;
  padding:             0px;
  cursor:              pointer;
  border:              solid 0px #888; 
  background-repeat:   no-repeat;

}
