.button {
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  padding: 7px 10px 5px;
  text-decoration: none; }
  .button:link, .button:visited, .button:hover, .button:active {
    outline: none; }
  .button.huge {
    font: bold 30px/1.4 Arial, sans-serif;
    padding: 27px 25px 25px; }
  .button.larger {
    font: bold 20px/1.4 Arial, sans-serif;
    padding: 17px 20px 15px; }
  .button.large {
    font: bold 16px/1.4 Arial, sans-serif;
    padding: 7px 15px 5px; }
  .button.normal {
    font: bold 13px/1.4 Arial, sans-serif;
    padding: 7px 15px 5px; }
  .button.small {
    font: bold 12px/1.4 Arial, sans-serif; }
  .button.smaller {
    font: 12px/1.4 Arial, sans-serif; }
  .button.tiny {
    font: 11px/1.4 Arial, sans-serif;
    padding: 4px 10px 2px; }
  .button.gray {
    background-color: #e2e2e2;
    border-color: #c6c6c6 #a7a7a7 #8d8d8d;
    color: #565656; }
    .button.gray:hover {
      color: #565656;
      background-color: #d2d2d2; }
  .button.blue {
    background-color: #0896dd;
    border-color: #077dd0 #3982c1 #054f9e;
    color: white; }
    .button.blue:hover {
      color: white;
      background-color: #0661c2; }
  .button.orange {
    background-color: #fbc123;
    border-color: #fab41e #eca523 #df9012;
    color: #534733; }
    .button.orange:hover {
      color: #534733;
      background-color: #faac1b; }
  .button.flat {
    border: 0;
    border-radius: 5px; }
    .button.flat.gray {
      background-color: #848484;
      color: white; }
      .button.flat.gray:hover {
        background-color: #3179A8; }
      .button.flat.gray.active, .button.flat.gray.active:hover {
        background-color: #3179A8;
        color: white;
        cursor: default; }
  .button.enhanced {
    border-radius: 5px;
    position: relative; }
    .button.enhanced.huge {
      border-radius: 10px; }
    .button.enhanced.larger {
      border-radius: 7px; }
    .button.enhanced.gray {
      background-color: #e2e2e2;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(100%, #d2d2d2));
      background-image: -webkit-linear-gradient(top, #e2e2e2, #d2d2d2);
      background-image: -moz-linear-gradient(top, #e2e2e2, #d2d2d2);
      background-image: -ms-linear-gradient(top, #e2e2e2, #d2d2d2);
      background-image: -o-linear-gradient(top, #e2e2e2, #d2d2d2);
      background-image: linear-gradient(top, #e2e2e2, #d2d2d2);
      -webkit-box-shadow: 0 1px 1px 0 #efefef inset;
      box-shadow: 0 1px 1px 0 #efefef inset;
      -webkit-box-shadow: 0 1px 2px 0 #d9d9d9, 0 1px 1px 0 #efefef inset;
      box-shadow: 0 1px 2px 0 #d9d9d9, 0 1px 1px 0 #efefef inset;
      text-shadow: 1px 1px 0 white; }
      .button.enhanced.gray:hover {
        background-color: #e2e2e2;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(100%, #d2d2d2));
        background-image: -webkit-linear-gradient(bottom, #e2e2e2, #d2d2d2);
        background-image: -moz-linear-gradient(bottom, #e2e2e2, #d2d2d2);
        background-image: -ms-linear-gradient(bottom, #e2e2e2, #d2d2d2);
        background-image: -o-linear-gradient(bottom, #e2e2e2, #d2d2d2);
        background-image: linear-gradient(bottom, #e2e2e2, #d2d2d2); }
      .button.enhanced.gray.huge {
        -webkit-box-shadow: 0 1px 1px 0 #efefef inset;
        box-shadow: 0 1px 1px 0 #efefef inset; }
        .button.enhanced.gray.huge:after {
          -webkit-box-shadow: 0px 5px 8px black;
          box-shadow: 0px 5px 8px black;
          border-radius: 100px/10px;
          content: "";
          bottom: 2px;
          height: 50%;
          left: 10px;
          position: absolute;
          right: 10px;
          z-index: -1; }
    .button.enhanced.blue {
      background-color: #0896dd;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0896dd), color-stop(100%, #0661c2));
      background-image: -webkit-linear-gradient(top, #0896dd, #0661c2);
      background-image: -moz-linear-gradient(top, #0896dd, #0661c2);
      background-image: -ms-linear-gradient(top, #0896dd, #0661c2);
      background-image: -o-linear-gradient(top, #0896dd, #0661c2);
      background-image: linear-gradient(top, #0896dd, #0661c2);
      -webkit-box-shadow: 0 1px 1px 0 #46b0e6 inset;
      box-shadow: 0 1px 1px 0 #46b0e6 inset;
      -webkit-box-shadow: 0 1px 2px 0 #d9d9d9, 0 1px 1px 0 #46b0e6 inset;
      box-shadow: 0 1px 2px 0 #d9d9d9, 0 1px 1px 0 #46b0e6 inset;
      text-shadow: 1px 1px 0 #044d7e; }
      .button.enhanced.blue:hover {
        background-color: #0896dd;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0896dd), color-stop(100%, #0661c2));
        background-image: -webkit-linear-gradient(bottom, #0896dd, #0661c2);
        background-image: -moz-linear-gradient(bottom, #0896dd, #0661c2);
        background-image: -ms-linear-gradient(bottom, #0896dd, #0661c2);
        background-image: -o-linear-gradient(bottom, #0896dd, #0661c2);
        background-image: linear-gradient(bottom, #0896dd, #0661c2); }
      .button.enhanced.blue.huge {
        -webkit-box-shadow: 0 1px 1px 0 #46b0e6 inset;
        box-shadow: 0 1px 1px 0 #46b0e6 inset; }
        .button.enhanced.blue.huge:after {
          -webkit-box-shadow: 0px 5px 8px black;
          box-shadow: 0px 5px 8px black;
          border-radius: 100px/10px;
          content: "";
          bottom: 2px;
          height: 50%;
          left: 10px;
          position: absolute;
          right: 10px;
          z-index: -1; }
    .button.enhanced.orange {
      background-color: #fbc123;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbc123), color-stop(100%, #faac1b));
      background-image: -webkit-linear-gradient(top, #fbc123, #faac1b);
      background-image: -moz-linear-gradient(top, #fbc123, #faac1b);
      background-image: -ms-linear-gradient(top, #fbc123, #faac1b);
      background-image: -o-linear-gradient(top, #fbc123, #faac1b);
      background-image: linear-gradient(top, #fbc123, #faac1b);
      -webkit-box-shadow: 0 1px 1px 0 #fddd5f inset;
      box-shadow: 0 1px 1px 0 #fddd5f inset;
      -webkit-box-shadow: 0 1px 2px 0 #d9d9d9, 0 1px 1px 0 #fddd5f inset;
      box-shadow: 0 1px 2px 0 #d9d9d9, 0 1px 1px 0 #fddd5f inset;
      text-shadow: 1px 1px 0 #fddb7c; }
      .button.enhanced.orange:hover {
        background-color: #fbc123;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbc123), color-stop(100%, #faac1b));
        background-image: -webkit-linear-gradient(bottom, #fbc123, #faac1b);
        background-image: -moz-linear-gradient(bottom, #fbc123, #faac1b);
        background-image: -ms-linear-gradient(bottom, #fbc123, #faac1b);
        background-image: -o-linear-gradient(bottom, #fbc123, #faac1b);
        background-image: linear-gradient(bottom, #fbc123, #faac1b); }
      .button.enhanced.orange.huge {
        -webkit-box-shadow: 0 1px 1px 0 #fddd5f inset;
        box-shadow: 0 1px 1px 0 #fddd5f inset; }
        .button.enhanced.orange.huge:after {
          -webkit-box-shadow: 0px 5px 8px black;
          box-shadow: 0px 5px 8px black;
          border-radius: 100px/10px;
          content: "";
          bottom: 2px;
          height: 50%;
          left: 10px;
          position: absolute;
          right: 10px;
          z-index: -1; }
