button {
  -moz-box-shadow:inset 0px 1px 0px 0px #f9eca0;
  -webkit-box-shadow:inset 0px 1px 0px 0px #f9eca0;
  box-shadow:inset 0px 1px 0px 0px #f9eca0;
  background-color:#f0c911;
  -webkit-border-top-left-radius:15px;
  -moz-border-radius-topleft:15px;
  border-top-left-radius:15px;
  -webkit-border-top-right-radius:15px;
  -moz-border-radius-topright:15px;
  border-top-right-radius:15px;
  -webkit-border-bottom-right-radius:15px;
  -moz-border-radius-bottomright:15px;
  border-bottom-right-radius:15px;
  -webkit-border-bottom-left-radius:15px;
  -moz-border-radius-bottomleft:15px;
  border-bottom-left-radius:15px;
  text-indent:0;
  border:1px solid #e65f44;
  display:inline-block;
  color:#c92200;
  font-family:Verdana;
  font-size:15px;
  font-weight:normal;
  font-style:normal;
  height:131px;
  line-height:131px;
  width:131px;
  text-decoration:none;
  text-align:center;
  text-shadow:1px 1px 0px #ded17c;
}

button:hover {
  background-color:#f2ab1e;
}

button:active {
  position:relative;
  top:1px;
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
}



