


button {
  position: relative;

  /*text and colors*/
  font-size: 14px;
  color: #FFFFFF;
  font-family: "IBM Plex Sans", "Arial", "Lucida Sans", "Trebuchet MS";
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-weight: bold;

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

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

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

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

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

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