div#calculator_input_form strong {
	color: #FB15B3;
}
div#calculator_input_form * {
	vertical-align: middle;
}
div#calculator_input_form .instruction {
	font-weight: bold;
	text-align: center;
	font-size: 120%;
}
div#calculator_input_form .instruction p {
	margin-bottom: 0.5em;
}
div#calculator_input_form .magenta_button {
	display: inline;
}
div#calculator_input_form .calculator_step {
	margin-top: 1em;
	margin-bottom: 2em;
	text-align: center;
	display: none;
}
div#calculator_input_form #calculator_step_1 {
	display: block;
}
div#calculator_input_form #calculator_step_3 {
	margin-top: -0.5em;
}
input#calculator_input {
	width: 350px;
	padding: 4px 10px 4px 20px;
	border: 1px solid #00ADEE;
	background: white none no-repeat scroll left center;
}
input#calculator_input.empty {
	color: #999;
}
div#calculator_results {
	display: none;
}
div#calculator_results table {
	width: 540px;
	border-collapse: collapse;
}
div#calculator_results table td {
	vertical-align: bottom;
}
div#calculator_results table td.image {
	width: 75px;
	height: 58px;
}
div#calculator_results table td.result, div#calculator_results table td.text  {
	border-bottom: 1px solid #00AEF0;
	padding-bottom: 5px;
}
div#calculator_results table td.result {
	padding-left: 0.3em;
	font-size: 200%;
}
div#calculator_results table td.text {
	font-size: 120%;
	font-weight: bold;
	text-align: right;
}
div#calculator_results table td.unit {
	text-align: right;
	width: 5em;
	color: #00ADEE;
	padding-left: 0.3em;
	padding-bottom: 6px;
	font-weight: bold;
}
div#calculator_results h2 strong,
div#calculator_results p strong {
	color: #FB15B3;
}
div#calculator_results p {
	font-size: 90%;
	margin: 2em 0 0 0;
}
