.icon {
  background-position:0 50%;
  background-repeat:no-repeat;
  padding-left:22px;
  }

.size0  { 
  font-size:0.8em !important;
  font-weight:bold !important;
  }
.size1  { 
  font-size:0.9em !important;
  font-weight:bold !important;
  }
.size2  {
  font-size:1em !important; 
  font-weight:bold !important;
  }
.size3  {
  font-size:1.1em !important; 
  font-weight:bold !important;
  }
.size4  {
  font-size:1.1em !important; 
  font-weight:bold !important;
  }
.size5  { 
  font-size:1.2em !important; 
  font-weight:bold !important;
  }

button {
  background-color:transparent;
  background-image:url(/assets/img/buttons.gif);
  background-repeat:no-repeat;
  border:none;
  color:#32713D;
  font-size:10px;
  height:22px;
  text-align:center;
  overflow:hidden;

  }
  button.button1 {
    background-position:0 0;
  	width:60px;
    }  
  button.button2 {
  	background-position:0 -23px;
  	width:100px;
  	}
  button.button3 {
    background-position:0 -46px;
    width:150px;
    }
  button.button4 {
    background-position:0 -69px;
    width:200px;
    }

