form,fieldset{
	margin:0px;
	padding:0px;
}

#formTable {
	width:100%;
	border-collapse:		collapse;
	margin:0px;
	padding:0px;
}
#formTable table{
	width:100%;
	border-collapse:		collapse;
}
#formTable td {
	text-align:				right;
	font-weight:			bold;
	color:					#853659;
		
}
#formTable th {
	font-weight:			normal;
	text-align:				left;
	color:					#000000;
}
#formTable tr td input{
	text-align:			right;
} 

#formTable .setTab {
	padding-left:			20px;
}

#notLess{
	text-align:			left;
}



#formTable div.lite {

}

#formTable div.result {
	text-align:			right;
	font-weight:			bold;
	color:				#853659;
	font-size:			15px;
}

div.binl{
display:inline;
	font-weight:			bold;
	color:				#853659;
}