a.button
{
  display: block;
  text-align: center;
  cursor: pointer;
  border: none;
  height: 40px;
  padding: 0 14px;
  border-radius: 5px;
  /*-moz-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);*/
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.15);
  font-size: 18px;
  line-height: 37px;
  background: #f2f3f2;
  color: #222222;
}

a.button
{
  text-decoration: none;
}

a.button.white
{
  background: white;
  color: #477905;
  border: solid 1px #8BC53E;
}

a.button.blue
{
  background: #2157B9;
  color: white;
}

a.button.green
{
  background: #477905;
  color: white;
  border: solid 1px #8BC53E;
}

a.button.light_blue
{
  background: #29abff;
  color: white;
}

a.button.inline
{
  display: inline-block;
}
