
/* ---------- big icon buttons  --------- */

.commonButton {
  background-position: top center;
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 32px 0 0 0;
  width: 111px;
  height: 27px;
  margin: 15px 0px 15px 0px;
  cursor: pointer;
  text-align: center;
  float: left;  
  text-decoration: underline;
}

span.commonButton {
  cursor: default;
  color: #999999;
  text-decoration: none;
}

.commonButton span {
  display: inline;
}

 .commonButton span {
  background: none;
}
