/* comment */
div.calculate {

}

div.calculate form {

}
div.calculate form dl {
	width: 530px;
}
div.calculate form dl dt {
	font-weight: normal;
	width: 290px !important;
	clear: both;
	float: left !important;
}
div.calculate form dl dd {
	width: 220px !important;
}


div.calculate div.output {
	font-size: 110%;
	width: 300px;
	margin-bottom: 1em;
}
div.calculate div.output div.value {
	font-weight: bold;
	float: right;
}