 #calculatorbg{   
	position: relative;  
	background: ;
	background-image: url(images/calc.jpg);
	background-repeat: no-repeat;
	width: 470px;
	height: 263px;
	/*border:1px solid red; */
	padding: 0px 0px 0px 0px;  
}
	
#calculator{    
	position: relative;  
	left: 15px;
	top: 8px;
	line-height: 0px;
	width: 440px;
	height: 250px;
	color: white;
	/*border:1px solid purple; */ 
	padding: 5px 2px 2px 2px;
}

#calculatorcontent{
	position: relative;
	top: 5px;
	width: 400px;
	font: Arial;
	margin-left: 22px;
	line-height: normal;
	/*border: 1px solid yellow; */
}

#calculatorcontent img{
	vertical-align: bottom;
}

#inputs{
	position: relative;
	top: -5px;
	height: 250px;
	width: 440px;
	/* border : 1px solid Fuchsia; */
	line-height : normal;
}

#outputs{
	top: 0px;    
	width: 400px;
	padding: 0 0 0 7px; 
	/* border:1px solid red; */
}		

#buttoncontainer{
 position: relative;
 display: inline-block;
 width: 420px;
 height: 76px;
 top: -5px;
/* border: 1px solid orange; */
}

#buttons{ 
 position: relative;
 top:30px;
 left: 40px;
 display: inline;
 float: left;
  /* border:1px solid blue; */
}  



/* ****************************************** */
/* ************* print page ************** */
/* ****************************************** */

#printbg{
	position: relative;  
	background: ;
	background-image: url(images/calcprint.jpg);
	background-repeat: no-repeat;
	width: 599px;
	height: 377px;
	/*border:1px solid red; */
	padding: 0px 0px 0px 0px;  
}

#calculator2{    
	position: relative;  
	left: 45px;
	top: 80px;
	line-height: 0px;
	width: 475px;
	height: 250px;
	color: black;
	/*border:1px solid purple; */ 
	padding: 5px 2px 2px 2px;
}

#calculatorcontent2{
	position: relative;
	top: 25px;
	width: 400px;
	font: Arial;
	margin-left: 22px;
	line-height: normal;
	/*border: 1px solid yellow; */
}

#inputs2{
	position: relative;
	height: 250px;
	width: 440px;
	text-align: left;
	/*border : 1px solid Fuchsia; */
}

#outputs2{
	top: 0px;    
	width: 400px;
	padding: 0px, 0px, 0px, 0px; 
	/*border:1px solid red; */
}		

/* ****************************************** */
/* ************* assumption page ************** */
/* ****************************************** */

#assumptioninfobg{
	position: relative;  
	background: ;
	background-image: url(images/calc_assumption.jpg);
	background-repeat: no-repeat;
	width: 599px;
	height: 825px;
	/*border:1px solid red; */
	padding: 0px 0px 0px 0px;  
}

#calculator3{    
	position: relative;  
	left: 100px;
	top: 30px;
	line-height: 0px;
	width: 475px;
	height: 780px;
	color: black;
	text-align: left;
	/*border:1px solid purple; */ 
	padding: 5px 2px 2px 2px;
}

#calculatorcontent3{
	position: relative;
	top: 15px;
	width: 380px;
	height: 735px;
	margin-left: 22px;
	line-height : 14px;
	/*border: 1px solid yellow; */
	
}

#inputs3{
	position: relative;
	top: -3px;
	height: 780px;
	width: 440px;
	/*border : 1px solid Fuchsia; */
	line-height : normal;
}

#outputs3{
	top: 0px;    
	width: 400px;
	padding: 0px, 0px, 0px, 7px; 
	/*border:1px solid red; */
}		

/* ****************************************** */
/* ************* disclaim page ************** */
/* ****************************************** */

#disclaimbg{
	position: relative;  
	background: ;
	background-image: url(images/calc_disclaim.jpg);
	background-repeat: no-repeat;
	width: 599px;
	height: 400px;
	/*border:1px solid red; */
	padding: 0px 0px 0px 0px;  
}

#calculator4{    
	position: relative;  
	left: 100px;
	top: 30px;
	line-height: 0px;
	width: 410px;
	height: 250px;
	color: black;
	text-align: left;
	/*border:1px solid purple; */ 
	padding: 5px 2px 2px 2px;
}

#calculatorcontent4{
	position: relative;
	top: 15px;
	width: 340px;
	margin-left: 22px;
	line-height : 14px;
	/*border: 1px solid yellow; */
	
}

#inputs4{
	position: relative;
	top: -3px;
	height: 250px;
	width: 400px;
	/* border : 1px solid Fuchsia; */
	line-height : normal;
}

#outputs4{
	top: 0px;    
	width: 300px;
	padding: 0px, 0px, 0px, 7px; 
	/* border:1px solid red; */
}	

/* ****************************************** */
/* ************* reset button  ************** */
/* ****************************************** */
#reset{
	position: relative;
	display: inline-block;
	float: left;
	left:-10px;
	/* border:1px solid black; */
	background-image: url(images/resetButton2.gif);
	background-repeat: no-repeat;
	height:25px;
	padding: 0 0px 0 0;
}

#reset a,  #reset a:link, #reset a:visited {
	display:block;
}

#reset a:hover img {
	visibility:hidden;
}

/* ****************************************** */
/* ************* print button  ************** */
/* ****************************************** */
#print{
	position: relative;
	display: inline-block;
	float: left;
  /* border:1px solid red; */
	background-image: url(images/printButton2.gif);
	background-repeat: no-repeat;
	height:25px;
}

#print a,  #print a:link, #print a:visited {
	display:block;
}

#print a:hover img {
	visibility:hidden;
}

/* ****************************************** */
/* ************ calculate button  *********** */
/* ****************************************** */

#calculate{
	position: relative;
	display: inline-block;
	float: right;
	 /*border:1px solid black; */
	 background: ;
	 background-image: url(images/calcButton2.gif);
	background-repeat: no-repeat;
	height:76px;
}

#calculate a,  #calculate a:link, #calculate a:visited {
	display:block;
}

#calculate a:hover img {
	visibility:hidden;
}