
	html,
	body { color: #8a8a85; font-family: Arial, "DejaVu Sans", "Liberation sans", "Bitstream Vera Sans", sans-serif; font-weight: normal; }
	
	body { background-color: #fff; font-size: 12px; }

	input { font-family: Arial, "DejaVu Sans", "Liberation sans", "Bitstream Vera Sans", sans-serif; font-weight: normal; }
	
	#calc fieldset { margin: 0; padding: 0; }
	#calc label { float: left; width: 380px; color: #fff; font-weight: normal; font-size: 11px; line-height: 1.2; }
	#calc input { float: right; width: 50px; margin: 0; padding: 0; text-align: center; background-color: transparent; border: none; }

	#productivity,
	#dollars { float: left; width: 445px; }
		#productivity p,
		#dollars p { color: #fff; font-size: 11px; line-height: 1.3; }

	#calc { float: left; width: 688px; height: 873px; background: transparent url('../img/calc.jpg') top left no-repeat; position: relative; }
	#calc input { position: absolute; right: 0; top: 0px; height: 20px; color: #fff; }
	#calc fieldset { position: absolute; left: 114px; width: 460px;}
		#question1 { top: 193px; }
			#question1 input { margin: -3px 0 0 0; }
		#question2 { top: 227px; }
			#question2 input { margin: 1px 0 0 0; }
		#question3 { top: 273px; }
			#question3 input { margin: -4px 0 0 0; }
		#question4 { top: 313px; }
			#question4 input { margin: -4px 0 0 0; }
		#question5 { top: 352px; }
			#question5 input { margin: -4px 0 0 0; }
		#question6 { top: 387px; }
		#question7 { top: 431px; }
			#question7 input { margin: -4px 0 0 0; }
		#question8 { top: 500px; }
			#question8 input { margin: -4px 0 0 0; }
		#question9 { top: 539px; }
			#question9 input { margin: -4px 0 0 0; }
		
		#productivity { position: absolute; top: 595px; left: 114px; }
			#productivity .you { position: absolute; top: 0; left: 0; width: 330px; }
				#productivity .you .value { float: right; width: 30px; text-align: center; }
			#productivity .support { position: absolute; top: 30px; left: 0; width: 330px; }
				#productivity .support .value { float: right; width: 30px; text-align: center; }
			#productivity .total { position: absolute; right: 10px; top: 15px; width: 50px; text-align: center; color: #000; font-size: 15px;}

		#dollars { position: absolute; top: 660px; left: 114px; }
			#dollars .you { position: absolute; top: 0; left: 0; width: 330px; }
				#dollars .you .value { float: right; width: 30px; text-align: center; }
			#dollars .support { position: absolute; top: 30px; left: 0; width: 330px; }
				#dollars .support .value { float: right; width: 30px; text-align: center; }
			#dollars .total { position: absolute; right: 10px; top: 15px; width: 50px; text-align: center; color: #000; font-size: 15px;}

	#assumptions { position: absolute; width: 688px; bottom: 120px; left: 0; text-align: center; font-size: 9px; color: #fff; line-height: 1.1;  }