button.btn {
  border-radius: 5px 5px 5px 5px;
  font-family: Helvetica;
  padding: 5px 6px;
  text-transform: uppercase;
  cursor: pointer;
}

.firefox button.btn {
	padding: 3px 2px;
}

.AT button.btn {
	background-color: #4F4F4F;
	color: white;
	border-radius: 0;
	border: 0;
}

.GP button.btn {
  background: #336699;
  /* Old browsers */

  background: -moz-linear-gradient(top, #407fbf 0%, #336699 12%, #336699 88%, #264c73 100%);
  /* FF 3.6+ */
  background: -ms-linear-gradient(top, #407fbf 0%, #336699 12%, #336699 88%, #264c73 100%);
  /* IE10 */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #407fbf), color-stop(12%, #336699), color-stop(88%, #336699), color-stop(100%, #264c73));
  /* Safari 4+, Chrome 2+ */

  background: -webkit-linear-gradient(top, #407fbf 0%, #336699 12%, #336699 88%, #264c73 100%);
  /* Safari 5.1+, Chrome 10+ */

  background: -o-linear-gradient(top, #407fbf 0%, #336699 12%, #336699 88%, #264c73 100%);
  /* Opera 11.10 */

  background: linear-gradient(top, #407fbf 0%, #336699 12%, #336699 88%, #264c73 100%);
  /* the standard */

  border: solid 1px #264c73;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.7);
}

.GP button.btn:hover {
  background: #264c73;
  /* Old browsers */

  background: -moz-linear-gradient(top, #336699 0%, #264c73 12%, #264c73 88%, #19334d 100%);
  /* FF 3.6+ */
  background: -ms-linear-gradient(top, #336699 0%, #264c73 12%, #264c73 88%, #19334d 100%);
  /* IE10 */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #336699), color-stop(12%, #264c73), color-stop(88%, #264c73), color-stop(100%, #19334d));
  /* Safari 4+, Chrome 2+ */

  background: -webkit-linear-gradient(top, #336699 0%, #264c73 12%, #264c73 88%, #19334d 100%);
  /* Safari 5.1+, Chrome 10+ */

  background: -o-linear-gradient(top, #336699 0%, #264c73 12%, #264c73 88%, #19334d 100%);
  /* Opera 11.10 */

  background: linear-gradient(top, #336699 0%, #264c73 12%, #264c73 88%, #19334d 100%);
  /* the standard */

  border: solid 1px #204060;
}

.BR button.btn {
  background: #663300;
  /* Old browsers */

  background: -moz-linear-gradient(top, #994d00 0%, #663300 12%, #663300 88%, #331a00 100%);
  /* FF 3.6+ */
  background: -ms-linear-gradient(top, #994d00 0%, #663300 12%, #663300 88%, #331a00 100%);
  /* IE10 */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #994d00), color-stop(12%, #663300), color-stop(88%, #663300), color-stop(100%, #331a00));
  /* Safari 4+, Chrome 2+ */

  background: -webkit-linear-gradient(top, #994d00 0%, #663300 12%, #663300 88%, #331a00 100%);
  /* Safari 5.1+, Chrome 10+ */

  background: -o-linear-gradient(top, #994d00 0%, #663300 12%, #663300 88%, #331a00 100%);
  /* Opera 11.10 */

  background: linear-gradient(top, #994d00 0%, #663300 12%, #663300 88%, #331a00 100%);
  /* the standard */

  border: solid 1px #4d2600;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.7);
}

.BR button.btn:hover {
  background: #4d2600;
  /* Old browsers */

  background: -moz-linear-gradient(top, #804000 0%, #4d2600 12%, #4d2600 88%, #1a0d00 100%);
  /* FF 3.6+ */
  background: -ms-linear-gradient(top, #804000 0%, #4d2600 12%, #4d2600 88%, #1a0d00 100%);
  /* IE10 */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #804000), color-stop(12%, #4d2600), color-stop(88%, #4d2600), color-stop(100%, #1a0d00));
  /* Safari 4+, Chrome 2+ */

  background: -webkit-linear-gradient(top, #804000 0%, #4d2600 12%, #4d2600 88%, #1a0d00 100%);
  /* Safari 5.1+, Chrome 10+ */

  background: -o-linear-gradient(top, #804000 0%, #4d2600 12%, #4d2600 88%, #1a0d00 100%);
  /* Opera 11.10 */

  background: linear-gradient(top, #804000 0%, #4d2600 12%, #4d2600 88%, #1a0d00 100%);
  /* the standard */

  border: solid 1px #1a0d00;
}