div#calc {
	position:absolute;
	top:200px;
	left:50%;
	margin:0px 0px 0px -160px;
}
form {
	background:url(../images/dropShadow.png) left top no-repeat;
	width:332px;
}
fieldset {
	background:url(../images/grad.gif) left top repeat-x;
	border:2px groove #A6CB62;
	padding-bottom:10px;
	margin:0px 0px 0px 26px;
}
form label {
	float:left;
	padding:0px 5px 0px 30px;
	width:170px;
}
form input.calc {
	width:70px;
	display:block;
	margin-bottom:5px;
}
