@charset "UTF-8";
/* CSS Document */


div.logo {
	width: 878px;
	height: 227px;
}

div.section {
	margin-bottom: 40px;
}

div.step {
	margin: 0 10px 30px 10px;
}

div.step div.step_sub {
	background: #FDF4ED;
	padding: 10px;
	margin: 0;
}

div.step div.step_sub p {
	margin: 0;
	padding: 0;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-variant:small-caps;
	margin: 20px 0 15px 0;
	color: #005a24;
	border-bottom: 1px dotted #005a24;
}

h3 {
	color: #e8781c;
	border-bottom: 1px solid #e8781c;
	margin: 0;
}

div.book {
	float: right; width: 320px; height: 267px; margin: 0 10px 20px 5px;
}

div.calc_row {
	clear: both;
	padding-top: 10px;
}

div.calc_label {
	float: left;
	width: 220px;
	text-align: right;
	padding-right: 10px;
}

div.calc_field {
	float: left;
	width: 200px;
}

div.calc_field input.text_field {
	text-align: right;
	width: 70px;
}

div.form_row {
	clear: both;
	padding-top: 10px;
}

div.form_label {
	float: left;
	width: 220px;
	text-align: right;
	padding-right: 10px;
}

div.form_field {
	float: left;
	width: 200px;
}

div.form_field input.text_field_red {
	/* background: #FFBBBB; */
}

div.form_field input.text_field_yellow {
	/* background: #FFFF99; */
}

div.form_submit {
	float: left;
	width: 390px;
	text-align: right;
}

.clear {
	clear: both;
}