/* ---- Button Styling -----*/

.btn-oldstyle {
  background-color: #f27400;
  border-color: #f27400;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #de6a00;
  background-image: -moz-linear-gradient(top,#f27400,#bf5c00);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f27400),to(#bf5c00));
  background-image: -webkit-linear-gradient(top,#f27400,#bf5c00);
  background-image: -o-linear-gradient(top,#f27400,#bf5c00);
  background-image: linear-gradient(to bottom,#f27400,#bf5c00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff27400', endColorstr='#ffbe5b00', GradientType=0);
  border-color: #bf5c00 #bf5c00 #733700;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
.btn-oldstyle:hover,
.btn-oldstyle:focus {
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn-oldstyle:hover,
.btn-oldstyle:focus {
  background-color: #bf5c00;
}
.btn-oldstyle:active,
.btn-oldstyle.active,
.btn-oldstyle.active:hover {
  background-color: #d96800;
  border-color: #bf5c00;
}
.btn-oldstyle.disabled:hover,
.btn-oldstyle.disabled:focus,
.btn-oldstyle.disabled:active,
.btn-oldstyle.disabled.active,
.btn-oldstyle[disabled] .btn-oldstyle:hover,
.btn-oldstyle[disabled] .btn-oldstyle:focus,
.btn-oldstyle[disabled] .btn-oldstyle:active,
.btn-oldstyle[disabled] .btn-oldstyle.active {
  background-color: #f27400;
  border-color: #f27400;
}

a {
	text-decoration:none;}
a:hover {
		color:#f27400;
		text-decoration:none;
		}
.bg{
	background-color: rgba(0,0,0,0.7);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding-bottom:2px;
	}