@charset "utf-8";
/* CSS Document */


div#newcalc{
	background:url(images/calc-back.gif) no-repeat top left #ffffff;
	width: 284px;
	height: 285px;
	position: relative;
	font-size:11px;
	line-height:11px;
	margin: auto;
	text-align: center;
}

div#newcalc .repayment{
	position:absolute;
	top:186px;
	left:175px;
	width: 77px;
	height: 12px;
	border:0;
	font-size:11px;
	line-height:11px;
}

div#newcalc .loanamount{
	position:absolute;
	top:169px;
	left:175px;
	width: 77px;
	height: 12px;
	border:0;
	font-size:11px;
	line-height:11px;
}

div#newcalc .loanterm{
	position:absolute;
	top:133px;
	left:175px;
	width: 77px;
	height: 12px;
	border:0;
	font-size:11px;
	line-height:11px;
}

div#newcalc .interestrate{
	position:absolute;
	top:115px;
	left:175px;
	width: 77px;
	height: 12px;
	border:0;
	font-size:11px;
	line-height:11px;
}

div#newcalc .interestrate{
	position:absolute;
	top:115px;
	left:175px;
	width: 77px;
	height: 12px;
	border:0;
	font-size:11px;
	line-height:11px;
}

div#newcalc .deposit{
	position:absolute;
	top:97px;
	left:175px;
	width: 77px;
	height: 12px;
	border:0;
	font-size:11px;
	line-height:11px;
}

div#newcalc .totalprice{
	position:absolute;
	top:79px;
	left:175px;
	width: 77px;
	height: 12px;
	border:0;
	font-size:11px;
	line-height:11px;
}

div#newcalc .calc-submit{
	position:absolute;
	top:149px;
	left:190px;
	width: 67px;
	height: 16px;
	border:0;
}