span.step_label{
	font-size:12px; 
	position: absolute; 
	color: #5C5F63;
	display: none;
}
span.step_label span{
	color: #FF4000;
	font-weight: bold;
}
.calc-section-bot{
	width: 314px;
	padding-bottom: 7px;
	background: url('/img/calc-section-bot.gif') bottom no-repeat;
}
.calc-section-mid{
	background: url('/img/calc-section-mid.gif') repeat-y;
	padding-left: 8px;
	padding-right: 8px;
	position: relative;
	width: 314px;
	*padding: 0px;
}
.calc-section-top{
	padding-top: 7px;
	background: url('/img/calc-section-top.gif') top no-repeat;
}
.calc-section-top input.amount{
	background: url(/img/depcalc/amount_bg.gif) no-repeat scroll 0 0;
	height: 24px;
	width: 65px;
	padding-top: 9px;
	padding-right: 10px;
	padding-left: 8px;
	border: medium none;
}
.calc-section-top input.currency{
	background: url(/img/depcalc/currency_bg.gif) no-repeat scroll 0 0;
	height: 30px;
	width: 36px;
	margin: 0px;
	border: medium none;
	float:right;
	font-size: 10px;
	color: #5C5F63;
	padding: 0 8px 0 2px;
	cursor: pointer;
	*float: none;
	*height: 34px;
}
.currency-top{
	width: 44px;
	background: url(/img/depcalc/currency_dd_top.gif) top no-repeat;
	padding-top: 9px;
}
.currency-top div{
	width: 32px;
	padding-left: 6px;
	cursor: pointer;
}
.currency-top div.first{
	height: 20px;
}
.currency-mid{
	width: 44px;
	background: url(/img/depcalc/currency_dd_mid.gif) repeat-y scroll 0 20px;
}
.currency-bot{
	width: 44px;
	background: url(/img/depcalc/currency_dd_bot.gif) bottom no-repeat;
	padding-bottom: 13px;
}
