


button {
  position: relative;

  /*text and colors*/
  font-size: 14px;
  color: #FFF;
  font-family: "Montserrat", "Open Sans", "Lucida Sans", "Trebuchet MS", "Arial";
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-weight: normal;

  /*size*/
  padding: 4px 10px 4px 10px;
  
  

  /*border*/
  border: 1px none #000000;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;

  background: #D95C00; /* for non-css3 browsers */

  /* gradients */
  background: linear-gradient(#D95C00, #D95C00);
  background: -webkit-gradient(linear, left top, left bottom, from(#D95C00), to(#D95C00)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #D95C00, #D95C00); /* for firefox 3.6+ */
  background: -ms-linear-gradient(#D95C00, #D95C00);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#D95C00', endColorstr='#D95C00');
  -pie-background: linear-gradient(#D95C00, #D95C00);

position: relative;
  behavior: url(/hub/css/PIE.htc);
}
button:link {
  color: #FFF;
  text-decoration: none;
  width: 100px;
}
button:hover {
  position: relative;
  text-decoration: none;
  color: #FFFFFF;
  background: #8A8D8F; /* for non-css3 browsers */

  /*gradients */
  background: linear-gradient(#8A8D8F, #8A8D8F);
  background: -webkit-gradient(linear, left top, left bottom, from(#8A8D8F), to(#8A8D8F)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #8A8D8F, #8A8D8F); /* for firefox 3.6+ */
  background: -ms-linear-gradient(#8A8D8F, #8A8D8F);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#8A8D8F', endColorstr='#8A8D8F');
  -pie-background: linear-gradient(#8A8D8F, #8A8D8F);
  behavior: url(/hub/css/PIE.htc);
}
button img {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
