.breadcrumb {
	padding: 8px 0px 0px;
	margin: 0 0 5px;
	list-style: none;
	background-color: #FFF;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 12px;
}
.breadcrumb li {
	display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
	text-shadow: 0 1px 0 #ffffff;
	margin: 0px;
	padding: 0px;
}
.breadcrumb .divider {
	padding: 0 5px 0 0px;
	color: #ccc;
}
.breadcrumb .active {
	color: #99FF33;
}

.page-header {
	margin: 0px;
	border-bottom: none;
	padding: 0px;
}

a {
  color: #FFDD17;
  text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
/*************/
.btn-small{
	font-family: 'Magra', Arial, sans-serif;
	font-weight: 400;
}



.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #898889;
  background-image: -moz-linear-gradient(top, #898889, #666666);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#898889), to(#666666));
  background-image: -webkit-linear-gradient(top, #898889, #666666);
  background-image: -o-linear-gradient(top, #898889, #666666);
  background-image: linear-gradient(to bottom, #898889, #666666);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff898889', endColorstr='#ff666666', GradientType=0);
  border-color: #666666 #666666 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #666666;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #666666;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #898889 \9;
}
.alert {
	width: 200px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
/*  .row-fluid [class*="span"] {
	margin: 0px 0px 0px 10px;
}
*/