


button {
  position: relative;

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

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

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

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

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