
div.CalcContainer {
	margin: 0 auto;
	width: 525px;
	border: 1px solid #666666; 
}

div.CalcStat {
	width: 525px;
	text-align: center;
	background-color: #769EC7;
	height: 13px;
	border-bottom: 1px solid #666666;
}

div.CalcStatImage {
	float: left;
}

div.CalcStatText {
	float: right;
}

html>body div.CalcStat {
	height: 18px;
}

div.FormFields {
	width: 523px;
	background-color: #9CBAD8;
	text-align: center;
	height: 16px;
	padding-left: 2px;
	border-bottom: 1px solid #666666;
}

html>body div.FormFields {
	height: 20px;
}

input.FormFields {
	font-size: 12px;
	border: 1px solid #CCCCCC;
	margin: 0 3px;
}

select.FormFields {
	font-size: 10px;
	border: 1px solid #CCCCCC;
}

td.CalcTable {
	border: 0px;
}

div.CalcBottom {
	width: 525px;
	text-align: center;
	background-color: #769EC7;
	height: 13px;
	border-top: 1px solid #666666;
}

input.CalcBottom {
	font-size: 10px;
	border: 1px solid #666666;
}

.CalcStat {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.CalcText {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
