


button {
  position: relative;

  /*text and colors*/
  font-size: 14px;
  color: #aa0000;
  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 solid #088099;
  -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: #aa0000;
  text-decoration: none;
  width: 100px;
}
button:hover {
  position: relative;
  text-decoration: none;
  color: #FFFFFF;
  background: #088099; /* for non-css3 browsers */

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