	/* HEADER */
	.header {
		height:45px;
		width:100%;
		background: #97c4f4; /* Old browsers */
		background: -moz-linear-gradient(top, #97c4f4 1%, #66aaf5 7%, #275dbd 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#97c4f4), color-stop(7%,#66aaf5), color-stop(100%,#275dbd)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #97c4f4 1%,#66aaf5 7%,#275dbd 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #97c4f4 1%,#66aaf5 7%,#275dbd 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #97c4f4 1%,#66aaf5 7%,#275dbd 100%); /* IE10+ */
		background: linear-gradient(to bottom, #97c4f4 1%,#66aaf5 7%,#275dbd 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97c4f4', endColorstr='#275dbd',GradientType=0 ); /* IE6-9 */
		border-bottom:1px solid #103b84;	
		-webkit-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.35);
		-moz-box-shadow:    0px 3px 16px rgba(0, 0, 0, 0.35);
		box-shadow:         0px 3px 16px rgba(0, 0, 0, 0.35);	
	}
	
#content {
	margin: auto;
}

.login {
	height: 325px;
}
.container {
	margin-top: 20px !important;
	padding-bottom: 150px;
}
.login-buttons {
	padding: 7px;
}
#logo {
	color: white;
	font-size: 18px;
}
#logo img {
	margin-top: -10px;
	margin-left: 10px;
}
.call-to-action {
	background-color: #0559af;
	color: #f7fbfe;
}
.header .nav {
	font-size: 16px;
	margin-left: 225px;
	padding-top: 6px;
}
.header .nav > li > a {
	color: white;
}

#main_acct {
	position: absolute;
	top: 5px;
	right: 20px;
}
#main_acct a {
	color: white;
}

.header .nav > li > a:hover {
  color: black;	
}
li.active a {
	color: black;
}
li.active {
	background-color: transparent !important;
}
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
	background-color: #FAF750;
  color: #0559af !important;
}
.form-thing span-7 {
	float: none !important;
}
[class*="span-"] {
	float: none !important;
}
.formpanel {
	background: transparent !important;
}
.nav.manage-users > .active > a,
#account_tabs .active,
.nav.vendor_sections .active,
#vendor_search_tabs .active {
  background-color: #0559af !important;
  color: white !important;
}

.panel .control-label {
  width: 60px;
}
.panel .controls {
  margin-left: 80px;
}

div.t-error ul,
div.t-error {
  background-color: transparent !important;
  border: none !important;
}
div.t-error ul {
  list-style-type: none !important;
}
div.t-error ul li {
  margin-left: 0 !important;
}

label,
label.radio {
  display: block;
  padding-top: 0;
  line-height: 20px;
}



dl.account {
  font-size: 1.5em;
}
dl.dl-horizontal.account dt,
dl.dl-horizontal.account dd {
  line-height: 1.5em;
}
dl.dl-horizontal.account dt {
  width: 200px;
}
dl.dl-horizontal.account dd {
  margin-left: 220px;
}

#vendorConfigPanel .control-label,
#vendorProcessorPanel .control-label {
  width: 100px;
}
#vendorConfigPanel .controls,
#vendorProcessorPanel .controls {
  margin-left: 120px;
}

.vendor_search_results {
  margin-top: 1em;
}


.signature
{
	width: 220px;
}

.signatureline
{
	position: relative; 
	top: 68px; 
	width: 220px; 
	border-top: 1px #000 solid;
}

#tokenlinks {
	list-style:none;
	margin:0 0 10px 0;
	padding: 0 3px;
	border:1px solid #dddddd;
	display:inline-block;
	border-radius:3px;
	background-color: rgba(228,228,228,0.2);
}
#tokenlinks a {
	padding:3px 5px;
	display:inline-block;
	text-decoration:none;
	font-size:.9em;
}
#tokenlinks a:hover {
	background-color:#eeeeee;
}
