            #form_wrapper {
                width: 99%;
                margin-left: auto;
                margin-right: auto;
                margin-bottom: 0px;
                padding-bottom: 0px;
            }
            
            #left_fields {
                float: left;
                padding: 10px;
                padding-top: 10px;
                padding-right: 10px;
            }
            
            .formText {
                width: 85px;
            }
            
            #subForm .label {
                font: 8pt Helvetica;
                margin-bottom: 0px;
            }
            
            #subForm p {
                margin: 0;
                margin-bottom: 0;
                text-align: right;
                margin-left: 10px;
                margin-right: 10px;
            }
            
            .label {
                padding-right: 5px;
            }
            
            #graph {
                clear: both;
                border: 5px;

                width: 100%;
                height: 250px;
                background-color: #fff;
                text-align: center;
                margin: 2px;
            }
            
            .options_label,
            ul.calc_type_list li {
                font: 8pt Helvetica;
              font-weight: bold;
            }

			#calc_selection {
				text-align: left;
				padding-bottom: 5px;
			}
			
            ul.calc_type_list {
              font-weight: bold;
                font: 8pt Helvetica;
                list-style: none;
                padding: 0;
                margin: 0;
            }

            ul.calc_type_list li {
              display: inline;
            }
			
			#summary_fields {
        float: right;
        clear: none;
				margin-top: 10px;
			}

			#summary_fields p {
        margin-bottom: 0.5em;
      }

			#summary_fields p span.label {
				font-weight: bold;
			}

      .calculator_panel {
        width: 565px;
        min-height: 350px;
        height: auto !important;
        height: 350px;
        text-align: right;
      }

      #graph_content {
        clear: none;
        height: 250px;
      }

      .report_div {
          padding-top: 25px;
      }

      #graph_type {
          margin-top: 20px;
          float: left;
          text-align: left;
      }

      #graph_type label {
        display: block;
        margin-bottom: 0.5em;
      }

