


button {
  position: relative;

  /*text and colors*/
  font-size: 14px;
  color: #000000;
  font-family: "Love Ya Like A Sister", "Lucida Sans", "Trebuchet MS", "Arial";
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-weight: bold;

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

  /*border*/
  border: 1px solid #e37b82;
  -moz-border-radius: 0em;
  -webkit-border-radius: 0em;
  border-radius: 0em;

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

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

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: #000000;
  background: #e37b82; /* for non-css3 browsers */

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