table#dealer_lease_calc_table{
	width: 100%;
}

.lease_output{
	float: right;
	text-align: right;
}


table#dealer_lease_calc_table{
	border-collapse: collapse;
}


table#dealer_lease_calc_table tr:nth-child(1n+1) td:nth-of-type(3){
	padding-left: 2px;
	border-left: 3px solid grey;
}

table#dealer_lease_calc_table tr:nth-of-type(2) td:nth-child(1n+3){
	padding-top: 2px;
	border-top: 3px solid grey;
}

table#dealer_lease_calc_table tr:nth-child(1n+1) td:nth-of-type(4){
	padding-right: 2px;
	border-right: 3px solid grey;
}

table#dealer_lease_calc_table tr:nth-of-type(13) td:nth-child(1n+3){
	padding-bottom: 2px;
	border-bottom: 3px solid grey;
}


#div-rto-lease-form{
	font-size: 11pt;
}


div#form_div{
	float: left;
	width: 525px;
}
div#form_div table{
	width: 100%;
}
div#form_div tr{
	line-height: 19px;
}

div#spacer{
	
}

div#lease_summary{
	float: right;
	width: 351px;
}

table#lease_summary_table{
	border: 3px solid grey;
}

div#lease_summary tr{
	line-height: 19px;
}


option.disabled{
	background-color: #C8C8C8;
	color: graytext;
}

.error{
	text-align: center;
}

div#calc_div select{
	min-width: 182px !important;
}
