$theme.button {

  border: 0px none;
  color: #555;
  text-shadow: 0px 1px 1px white;
  
  &.active {
    color: #333;
    text-shadow: 0px 1px 1px white;
  }
  
  &.sel, &.def {
    color: #fff;
    font-weight:200;
    text-shadow: 0px -1px 1px rgba(0,0,0,.5);    
  }
  
  &.disabled {
    opacity: .5;
  }
  
  .sc-button-label {
    position: relative;
    display: block;
    line-height: 21px;
    text-align: center;
    margin-top: 0px;

    padding-left: 10px; padding-right: 10px;


  }
  
  &.sc-static-layout {
    display: inline-block;
    
    .ie7 & {
      display: inline;
    }
  }
}
