#calc, #calc_noie6override {
	float: left;
	width: 399px;
	margin-top: 10px;
	background-image: url(/images/calc-fill.jpg);
	background-position: bottom left;
	background-repeat: repeat-y;
}

h1#calc_sm {
	margin: 0px;
	text-indent: -10000px;
	background-image: url(/images/calc-title-sm.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 21px; 
}

h1#calc_cc, div#calc_cc {
	margin: 0px;
	text-indent: -10000px;
	background-image: url(/images/calc-title-cc.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 21px; 
}

#calc_content {
	background-image: url(/images/calc-gradient.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 24px;
	padding: 20px 10px 0px 10px;
}

#calc_foot {
	background-image: url(/images/calc-foot.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 12px;
	height: 12px;
}

.calc_input_label {
	float: left;
	width: 215px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 5px 2px 0px;
	margin-left: 10px;
}

.calc_input_label_short {
	float: left;
	width: 80px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0px 2px 0px;
	margin-left: 10px;
}

.calc_input_field {
	float: right;
	width: 130px;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	margin-right: 10px;
}

.calc_input_field select {
	font-size: 11px;
}

.calc_input_field_long {
	width: 265px;
}

.calc_input_field input.text_regular {
	height: 13px;
	font-size: 11px;
	padding: 1px;
	width: 140px;
	text-align: center;
}

.calc_input_field input.text_smaller {
	height: 13px;
	font-size: 11px;
	padding: 1px;
	width: 90px;
	text-align: center;
}

.calc_input_field input.text_smallest {
	height: 13px;
	font-size: 11px;
	padding: 1px;
	width: 40px;
	text-align: center;
}

.calc_input_desc {
	font-size: 11px;
	font-style: italic;
	text-align: right;
	margin: 0px 10px 0px 10px;
}

div.calc_delim {
	margin: 5px 0px 5px 0px;
	border-bottom: 2px solid #fff;
}

div.calc_spacer {
	margin-top: 5px;
}

div#calc_res_cc {
	width: 300px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	font-size: 12px;
}

div.calc_res_cc_label {
	font-size: 11px;
	color: #444;
	margin-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

div#calc_res_sm {
	width: 300px;
	height: 80px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.calc_res_sm_label {
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
}

div.calc_res_sm_num {
	font-size: 18px;
	text-align: center;
	color: #f15a25;
}