#total{
	background-color:#F6F5F3;
	border-bottom:#CAD1D4 1px solid;
	padding:5px 5px 5px 5px;
	text-align:right;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	color:#505050;
	height:20px;
}

#total #totaltext{
	width:490px;
	float:left;
	text-align:right;
	padding-right:5px;
}

#total #totalcost{
	float:left;
}

.answer {
 background: url("../_images/calculator/alert.gif") no-repeat left top;
 background-color:#eff0f0;
 clear:both;
 border-bottom:#CAD1D4 1px solid;
 padding:5px 5px 5px 45px;
 display:none;
}

.calchead {
	background-color: #e8e7e3;
	border-top: #d1d9dd 1px solid;
	padding-left:10px;
	height: 25px;
}
