
.field-section .column,
.field-section .column-left,
.field-section .column-right {
	float: left;
	width: 50%;
	text-align: right;
}

.field-section .column-left {
	width: 50%;
}

.field-section .column-right {
	width: 45%;
}

.field-section .column-btm {
	text-align: left;
	margin: 0 auto;
	width: 60%;
}

.field-section .text {
	width: 225px;
}

.field-section .text100 {
	width: 100%;
}

.field-section select {
	width: 229px;
}

.field-section label {
	display: block;
	margin-right: 235px;
	margin-bottom: -1.75em;
}

hr.sep {
	margin: 2em;
	width: 75%;
	border-style: dashed;
}

@media print {

	.field-section .column-left {
		overflow: hidden;
		white-space: nowrap;
	}

	.field-section .column-right {
		overflow: hidden;
		white-space: nowrap;
	}
	.field-section input, .field-section select {
		border: none;
		border-bottom: solid 1px #000;
	}
	
	.field-section textarea {
		border: none;
	}

	.field-section .text {
		width: 155px;
	}
	
	.field-section .text100 {
		width: 100%;
	}
	
	.field-section select {
		width: 155px;
	}
	
	.field-section option {
		display: none;
	}
	
	.field-section label {
		margin-right: 161px;
	}
	
	#comments { display: none; }
}
