.img-container-block {
  text-align: center;
    text-decoration: none;
}
.img-container-inline {
  text-align: center;
  display: block;
    text-decoration: none;
}

.button {
  font-family: Arial;
  color: #ffffff !important;
  font-size: 14px;
  padding: 8px;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 1px 3px #c6c6c6;
  -moz-box-shadow: 0px 1px 3px #c6c6c6;
  box-shadow: 0px 1px 3px #c6c6c6;
  text-shadow: 1px 1px 3px #c6c6c6;
  border: solid #331e54 2px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#b7aec4), to(#331e54));
  background: -moz-linear-gradient(top, #331e54, #331e54);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#331e54, endColorStr=#331e54);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#331e54, endColorStr=#331e54);
  display:inline-block; /* IE is so silly */
}
.button:hover {
  background: #331e54;
  color: #ffffff;
}
