h2.application-title {
	font-size: 14px;
	margin: 0 0 10px 0;
}
.form-header {}
.form-header .title-header {
	margin: 12px 0 0;
	float: left;
}
.form-header .title-header h1 {
	font-size: 21px !important;
	font-weight: bold !important;
}
.form-header .steps-trigger-container {
	float: right;
	line-height: 49px;
}
.form-header .steps-text {
	float: left;
	font-size: 18px;
	margin-right: 5px;
}
.form-header .steps-trigger {
	float: left;
}
.form-header .steps-trigger span {
	padding: 3px 12px;
	border: 1px solid Black;
	text-decoration: none;
	float: left;
	display: block;
	line-height: 24px;
	margin: 8px 0 0;
}
.form-header .steps-trigger span.active {
	background-color: lightgray;
}
	
.form-body {}
.form-body .title-legend {}
.form-body .wizard-step {
	display: none;
}
.form-body .wizard-step .editor-label {
	clear: left;
	float: left;
	display: block;
	margin: 3px 0;
	width: 150px;
}
.form-body .wizard-step .editor-field {
	float: left;
	display: block;
	margin: 3px 0;
	width: 200px;
}
.form-body .wizard-step .editor-field .text-box-large {
	width: 225px;
}
.form-body .wizard-step .view-sample-bill {
	position: absolute;
	right: 25px;
}
/*
.form-body .wizard-step .view-sample-bill {
	float: right;
	display: block;
	background-color: lightgray;
	padding: 5px 10px;
}
*/
/*
.form-body .wizard-step .view-sample-bill a {
	text-decoration: none;
	font-weight: bold;
	color: Black;
}
*/
.form-body .wizard-step .left-column {
	float: left;
	width: 100%;
}
/*
.form-body .wizard-step .right-column {
	float: left;
	/*margin-left: 25px; 
	margin-left: 0px;
	width: 400px;
} changed by Fern*/

.form-body .wizard-step .left-column p.section-title {
	/*margin: 5px 0 0 0; changed by Fern*/
	margin: 0px 0 0 0;
	font-weight: bold;
}
.form-body .wizard-step .left-column p.section-item {
	margin: 0;
	/*padding-left: 10px; changed by Fern*/
	padding-left: 0px;
}

table.table-links {}
table.table-links td.odd {}
table.table-links td.even {
	padding-left: 10px;
	padding-right: 35px;
}
table.table-links a {
	text-decoration: none;
}
	
.form-footer {}

.review-item > div {
	display: inline-block;
}
.review-item .editor-label {
	margin: 8px 0 !important;
	width: 220px !important;
}
.review-item p.section-title {
	margin: 0px 0 0 0;
	font-weight: bold;
}
.review-item .editor-field {
	width: 200px !important;
}

.method-item > div {
	display: inline-block;
}
.method-item .editor-label {
	margin: 8px 0 !important;
	width: 110px !important;
}
.method-item .editor-field {
	width: 200px !important;
}
.method-item input[type="file"] {
	margin-top: 0px;
}