#FTFreightCalcConverterContainer {
	position: relative;
	top: 0;
	left: 0;
}

#FTFreightCalcConverterContainerStyle {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	border: 1px solid #000;
	background: #ffe; padding:5px;
}

#FTFreightCalcImporterContainer {
	position: relative;
	top: 0;
	left: 0;
}

#FTFreightCalcImporterContainerStyle {
	position: absolute;
	top: 0;
	left:0;
	border: 1px solid #000;
	background: #ffe;
	padding:5px;
	z-index: 1000;
}

#FTFreightCalcImporterData {
	width: 400px;
	height: 200px;
}

#FTFreightCalcSaveContainer {
	position: relative;
	top: 0;
	left: 0;
}

#FTFreightCalcSaveContainerStyle {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	border: 1px solid #000;
	background: #ffe; padding:5px;
}

#FTFreightCalcTable {
	width: 600px;
	border: 1px solid #ccc;
}

#FTFreightCalcTable th {
	text-align: center;
	background: #ccc;
	font-weight: normal;
}

#FTFreightCalcTable tbody td {
	text-align: center;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}

#FTFreightCalcTable tfoot td {
	text-align: center;
	font-weight: bold;
	background: #669;
}	

#FTFreightCalcTable .Input {
	width: 50px;
}