.whiteBody h1,
.whiteBody h2,
.whiteBody h3,
.whiteBody h4,
.whiteBody h5,
.whiteBody h6 {
	color: #043c1f;
}
.required {
	color: red;
	background: none;
	padding-left: 0px;
}
.step-header {
	margin: 20px 0 10px 0;
	font-weight: bold;
}
.description-header {
	margin: 35px 0 0 0;
}
.label-left {
	display: inline-block;
	width: 40%;
	max-width: 200px;
	font-weight: normal;
	font-size: 100%;
}
form {
	width: 100%;
	margin: 0 auto 30px;
}
form legend {
	border: none;
	margin-left: 0px;
}
form>div {
	margin-left: 15px;
	margin-bottom: 5px;
}
form textarea {
	width: 95%;
	max-width: 465px;
}
form button {
	display: inline-block;
	position: relative;
	color: #fff;
	text-decoration: none;
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	background: #156a8b;
	background: linear-gradient(to bottom, #156a8b 0%, #156a8b 15%, #01374b 40%, #01374b 77%, #01374b 84%, #287599 89%, #287599 92%, #01374b 97%);
	/* W3C */
	border: 0;
	border-radius: 7px;
	box-shadow: 0 8px 6px -6px black;
	padding: 10px 40px 10px 20px;
	margin-bottom: 5px;
	margin-right: 5px;
}
form button:before {
	content: '';
	background: url(../images/bg/btn-bg.png) no-repeat;
	display: block;
	width: 13px;
	height: 23px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -13px;
}
form button:hover {
	cursor: pointer;
	background: #a43b03;
	/* Old browsers */
	background: linear-gradient(to bottom, #a43b03 0%, #9b3701 16%, #592001 42%, #511d01 71%, #441801 82%, #9d3801 90%, #6b2601 95%);
	/* W3C */
}
.btn {
	padding: 10px 40px 10px 20px;
	border-radius: 7px;
	overflow: hidden;
	line-height: 19px;
}
a.btn {
	color: #fff;
}
.btn {
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.request {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 25px;
}
.request h1 {
	display: inline-block;
}
.request div {
	margin: 50px 0;
}
.request a {
	font-size: 100%;
}