#right_column {
	float: right;
	width: 270px;
	margin-right: 10px;
	vertical-align: top;
}
#left_column {
	width: 270px;
	margin-left: 10px;
	vertical-align: top;
	min-height: 160px;
}
#right_column label, #left_column label, #right_column input, #left_column input, #right_column select, #left_column select {
	display: block;
	width: 81px;
	float: left;
	margin-bottom: 10px;
}
#right_column label, #left_column label {
	text-align: right;
	width: 175px;
	padding-right: 5px;
	margin-bottom: 0px !important;
}
#calculator_panel select {
	font-size: 90%;
}
br {
	clear: left;
}

#submit {
	background-image: url(calculator.png);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 48px;
	width: 48px;
	border: none;
	margin: 10px 10px;
}
#graph_panel {
	width: 560px;
	text-align: right;
	min-height: 300px;
}
#graph {
	width: 270px;
	margin: 10px auto;
}
#report {
	width: 370px;
	margin: 0px auto;
}
#report .label {
	text-align: left;
	padding-bottom: 10px;
}

#report .value {
	text-align: right;
	padding-bottom: 10px;
}
#report th {
	text-decoration: underline;
}
#report hr {
	color: #999999;
	background-color: #999999;
	height: 1px;
}
#report .summary {
	font-size: 110%;
}
