.btn-meetup {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #c83e2d;
  background-image: -moz-linear-gradient(top, #dc4a38, #aa2d1e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dc4a38), to(#aa2d1e));
  background-image: -webkit-linear-gradient(top, #dc4a38, #aa2d1e);
  background-image: -o-linear-gradient(top, #dc4a38, #aa2d1e);
  background-image: linear-gradient(to bottom, #dc4a38, #aa2d1e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDC4A38', endColorstr='#FFAA2D1E', GradientType=0);
  border-color: #aa2d1e #aa2d1e #691c12;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #aa2d1e;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-color: #a12b1c; }
  .btn-meetup:hover, .btn-meetup:focus, .btn-meetup:active, .btn-meetup.active, .btn-meetup.disabled, .btn-meetup[disabled] {
    color: white;
    background-color: #aa2d1e;
    *background-color: #94271a; }
  .btn-meetup:active, .btn-meetup.active {
    background-color: #7e2216 \9; }
