        .formText {
            width: 90px;
        }
        #subForm .label {
            font: 8pt Helvetica;
        }
        #subForm p, #results p {
            margin: 0px;
            margin-bottom: 5px;
        }
        #graph {
            clear: both;
            border: 10px;
            text-align: center;
            margin-bottom: 10px;
        }

        #results {
          float: left;
          font: 8pt Helvetica;
    			line-height: 0.5em;
    			margin-right: 10px;
          margin-bottom: 20px;
					margin-top: 20px;
					width: 70%;
        }

        .calculator_panel {
          width: 565px;
          min-height: 475px;
          height: auto !important;
          height: 475px;
          text-align: right;
        }

        .report_div {
          clear: none;
        }

        #results ul {
          list-style-type: none;
        }

        #results ul li {
          padding: 0.5em;
        }

