.button {
  -moz-box-shadow:inset 0px 1px 0px 0px #061679;
  -webkit-box-shadow:inset 0px 1px 0px 0px #061679;
  box-shadow:inset 0px 1px 0px 0px #061679;
  /*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #061679), color-stop(1, #0921B5));*/
  /*background:-moz-linear-gradient(top, #061679 5%, #0921B5 100%);*/
  /*background:-webkit-linear-gradient(top, #061679 5%, #0921B5 100%);*/
  /*background:-o-linear-gradient(top, #061679 5%, #0921B5 100%);*/
  /*background:-ms-linear-gradient(top, #061679 5%, #0921B5 100%);*/
  /*background:linear-gradient(to bottom, #061679 5%, #0921B5 100%);*/
  /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#061679', endColorstr='#0921B5',GradientType=0);*/
  background-color:#061679;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  /*border:1px solid #124d77;*/
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:arial;
  font-size:15px;
  padding:10px 30px;
  text-decoration:none;
  text-shadow:0px 1px 0px #154682;
  margin:2px 5px;
}
.button:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0921B5), color-stop(1, #061679));
  background:-moz-linear-gradient(top, #0921B5 5%, #061679 100%);
  background:-webkit-linear-gradient(top, #0921B5 5%, #061679 100%);
  background:-o-linear-gradient(top, #0921B5 5%, #061679 100%);
  background:-ms-linear-gradient(top, #0921B5 5%, #061679 100%);
  background:linear-gradient(to bottom, #0921B5 5%, #061679 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0921B5', endColorstr='#061679',GradientType=0);
  background-color:#0921B5;
}
.button:active {
  position:relative;
  top:1px;
}

.download-link-text {
  font-size:15px;
  color:#ffffff;
}

a {
  text-decoration:none;
}

a:hover {
  text-decoration:none;
}
