/* CALCULATOR */
td { margin:0; padding:0}

#calculator { width:70em; height:42em; padding:2em; margin:0; clear:both }
#calculator p {margin-bottom:1.5em}
#result { width:70em; height:60em; padding:2em; margin:0; clear:both }

div.index { background:url(images/bg_index.jpg) no-repeat }
div.step1 { background:url(images/bg_step1.jpg) no-repeat }
div.step2 { background:url(images/bg_step2.jpg) no-repeat }
div.step2CBU { background:url(images/bg_step2_cbu.jpg) no-repeat }
div.step3 { background:url(images/bg_step3.jpg) no-repeat }
div.step3CBU { background:url(images/bg_step3_cbu.jpg) no-repeat }
div.step4 { background:url(images/bg_step4.jpg) no-repeat }
div.step4CBU { background:url(images/bg_step4_cbu.jpg) no-repeat }
div.step5 { background:url(images/bg_step5.jpg) no-repeat }

#calcmain { background:#fff; width:46em; height:42em; padding:0.5em; float:right }
#calcmain h2 {font-size:1.4em; line-height:2.75em}
#calcmain ul, #calcmain ol, #calcmain li {margin-left:2em}
