.calcTitle {
	display: block;
	FONT-WEIGHT: bold;
	margin-top: 15px;
	color: rgb(55, 98, 143); 
}

.calcLegend { 
	FLOAT: left; 
	WIDTH: 180px; 
	font-weight: bold;
}

.calcInput { 
	FLOAT: left; 
	WIDTH: 130px; 
}

.calcUnit {
	font-weight: bold;
}

.calcHelp {
	float: left;
	WIDTH: 225px; 
	margin-left: 10px;
	font-size: smaller;
}

.calcError {
	clear: both;
	margin-left: 180px;
	margin-top: 3px;
	background-image: url('../Images/alert_icon.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
}

.calcWarning {
	clear: both;
	margin-left: 180px;
	margin-top: 3px;
	background-image: url('../Images/warning_icon.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
}

fieldset { 
	CLEAR: both; 
	PADDING-RIGHT: 10px; 
	DISPLAY: block; 
	PADDING-LEFT: 10px; 
	PADDING-BOTTOM: 10px; 
	WIDTH: 550px; 
	PADDING-TOP: 10px;
}

fieldset span ul {
	margin: 0px;
	margin-left: -25px;
	*margin-left: 15px;
}

fieldset span li {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

fieldset .calcItem { 
	CLEAR: both; 
	MARGIN: 0px; 
	PADDING-TOP: 10px; 
}

fieldset .alert {
	clear: both;
}


#requestedInformation select { 
	border: 1px solid Gray;
	background-color: #ffffff;
	width: 85px;
}

#requestedInformation input[type="submit"], #requestedInformation  input[type="text"] { 
	border: 1px solid Gray;
	background-color: #ffffff;
}


#requestedInformation input[type="text"]  { 
	width: 80px;
	text-align: center;
}

#reelSizeCalculation input[type="submit"], #reelSizeCalculation  input[type="text"] { 
	border: 1px solid Gray;
	background-color: #eeeeee;
}

#reelSizeCalculation input[type="text"]  { 
	width: 80px;
	text-align: center;
}

.aboveCalculation {
	color: Blue;
}

.alertBlue {
	color: Blue;
}


