


button {
  position: relative;

  /*text and colors*/
  font-size: 14px;
  color: #000000;
  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 solid #000000;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;

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

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

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

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