

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.navbar-header {
	height: 80px;
}

#headerlinks {
	float: right;
	padding: 15px;
}

#headerlinks a {
	color: #dc143c;
	text-decoration: underline;
	margin: 0 10px;
}

#headerlinks a:hover {
	color: #ff8c00;
	text-decoration: none;
}

/*form styles*/

input[type=text], select {
	height: 30px;
	padding: 0 8px;
}

input[type=submit] {
	height: 30px;
	color: #119233;
	font-weight: bold;
	letter-spacing:2px;
}

.payform {
	max-width: 500px;
}

.payform td {
	padding: 3px;
}

.payform td input[type=text], .payform td select {
	height: 25px;
}

.payform tr td {
	text-align: left;
}

/*meter breadcrumb*/

.stepmeter {
	font-size: 12px;
	line-height: 16px;
	color: #999999;
}

.stepmeter .current {
	color: #ff3300;
	font-weight:bold;
}

/*footer styles*/

.disclaimer {
	font-size: 11px;
}

footer p {
	font-size: 12px;
}














