.calc {
	position: relative;
	padding: 10px;
	width: 256px;
	overflow:hidden;
	font-family: verdana;
	font-size: 10px;
	padding: 4px;
	height: 300px;
	background: #ACCAE6;
	line-height: 14px;
}
.calcRow {width: 256px; position: relative; overflow: hidden;}
.calcLabel {
	float: left;
	width: 150px;
	height: 18px;
	line-height: 18px;
}
.calcField, .calcfield {
	float:right;
	width: 95px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
}
.calcField input, .calcfield input {
	width: 90px;
}
.calcButton input {width: 70px;}
.calcField input.text {border: 1px solid #333; font-family: verdana; font-size: 12px; text-align: right;  height: 18px; line-height: 18px;}
.calcfield input.output_text {border: 1px solid #333; background: yellow; font-weight: bold; font-family: verdana; font-size: 12px; text-align: right;  height: 18px; line-height: 14px;}
.calcButtonLabel {
	float: left;
	width: 170px;
	margin-right: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.calcButton {
	float:right;
	width: 70px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}
.calcdisclaimer { position: relative; padding: 10px; border: 1px solid #333; border-top: 0px; width: 256px; overflow:hidden; font-family: verdana; font-size: 12px; }
