


button {
  position: relative;

  /*text and colors*/
  font-size: 14px;
  color: #B51F5A;
  font-family: "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 #B51F5A;
  -moz-border-radius: 0em;
  -webkit-border-radius: 0em;
  border-radius: 0em;

  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: #B51F5A;
  text-decoration: none;
  width: 100px;
}
button:hover {
  position: relative;
  text-decoration: none;
  color: #FFFFFF;
  background: #B51F5A; /* for non-css3 browsers */

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