#trackAmount_holder,
#trackMonthlyPayment_holder,
#trackDuration_holder {
	height: 25px;
	position: relative;
	z-index: 1;
    padding:0 19px;
}
#handleAmount,
#handleMonthlyPayment,
#handleDuration {
	position: relative;
	height: 25px;
	width: 16px;
	top: 0px;
/*	left: 20px; */
	cursor: pointer;
	z-index: 500;
}
.track_btn_minus,
.track_btn_plus {
	display: block;
	position: absolute;
	top: 0px;
	width: 19px;
	height: 25px;
}
.track_btn_minus {
	left: 0px;
}
.track_btn_plus {
	right: 0px;
}
.track_btn_minus span,
.track_btn_plus span {
	display: none;
}

#portlet .Input {
	padding: 13px 0;
}
#portlet .Input label {
	background: no-repeat;
	padding-top: 17px;
	height: 0px !important;
	height /**/: 17px;
	width: 107px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
}
#portlet .Input input {
	float: left;
	width: 60px;
	font-size: 1.2em;
	border: #fff solid 2px;
	margin-right: 5px;
	text-align: right;
}
#portlet .Input span {
	font-size: 1.2em;
	font-weight: bolder;
	float: left;
}

/* clearing floated element */
#portlet .Input {
	overflow: hidden;
}
* html #portlet .Input {
	height: 1%;
}

