﻿.Main 
{
	width:380px;
}
.LoanAmount 
{
	font-family:Lucida Sans Unicode;
	font-size:small;
	width: 380px;
	padding-top:3px;
	float:left;

}
.txbxAmount
{
	width: 80px;
	font-size:small;
}
.Percentage
{
	font-family:Lucida Sans Unicode;
	font-size:small;
	width: 382px;
	float:left;


}
.txbxPercent
{
	width: 35px;
}
.Length
{
	font-family:Lucida Sans Unicode;
	font-size:small;
	float:left;
	width: 380px;

}
.txbxLength
{
	width: 35px;

}
.CalcRow
{
	width:240px;
	padding-left:140px;
	padding-top: 4px;
}
.lblError
{
	font-family:Lucida Sans Unicode;
	font-size:x-small;
	color:Red;
	width:100px;
	text-align:center;
}

.Payments
{
	font-family:Lucida Sans Unicode;
	font-size:small;
	text-align:right;
	width: 225px;
	padding-top: 4px;

}
.txbxPay
{
	width: 75px;

	text-align:center;
}

.lblLoanErr
{
	font-size:x-small;
	font-family:Lucida Sans Unicode;
	color:Red;
	width: 115px;
}
.lblPercentError
{
	font-size:x-small;
	font-family:Lucida Sans Unicode;
	color:Red;
	width: 65px;
}
.lblLengthError
{
	font-size:x-small;
	font-family:Lucida Sans Unicode;
	color:Red;
	width: 65px;
}
.Left1
{
	width:90px;
	float:left;
	padding-top:2px;
	padding-left:45px;
	text-align:right;
}
.Right1
{
	padding-top:-3px;
	float:right;
	width:235px;
}
.Left2
{
	width:90px;
	float:left;
	padding-top:3px;
	padding-left:45px;
	text-align:right;
}
.Right2
{
	padding-top:-3px;
	float:right;
	width:237px;
}
.space
{
	float:left;
	height:5px;
	width:380px;
}
.Left3
{
	width:134px;
	float:left;
	padding-top:3px;
	text-align:right;
}
.Right3
{
	padding-top:-3px;
	float:right;
	width:235px;
}