html {
    background-color:#ffffff;
    }
    
    header {
        Height:10%;
        font-size: 24pt;
        background: #ffffff; 
        color: #000000;
        font-family: arial, helvetica, sans-serif;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
        margin-top: 15px;
        display: block;
        text-align: center;
    }
        header img {
            padding: 10px;
        }
    
        header p {
            font-size: 12pt;
            text-align:center;
        }
    
        /* header a {
            text-decoration:none;
        } */
    
    body {
       
        font-size: 16pt;
        background: #ffffff; 
        color: #000000;
        font-family:sans-serif;
        font-weight: 100;
        margin-left: 10%;
        margin-right: 10%;
        margin-bottom: 0px;
        margin-top: 5px;
        display: block;
        min-height: 95vh;
        max-width:1200px;
    }
    
        body form {
            font-size: 16pt;
            background: rgb(255,255,255); 
            color: #2A3035;
            font-family:sans-serif;
            font-weight: 100;
            margin-left: auto;
            margin-right: auto;
            display: block;
        }

        body form p {
            margin-top: 5px; 
            margin-left: 20px;
            margin-right: 20px;
            color: #2A3035;
            font-weight: 600; 
            font-size:14px; 
            margin-bottom:2px; 
        }

        body select {
            box-sizing: border-box;
            /* top, right, bottom, left */
            /* top and bottom, right and left */
            padding: 4px 0px;
            border-radius: 4px;
            border: 1px solid #ccc;
            margin-top: 10px;
            width:100%
        }

	#footer {
	/*	position:absolute; 	*/
	/*	bottom:0;  		*/
   	/*	width:100%; 		*/
	}
    
    p {
        margin: 0px;
        padding: 0px;
    }

    label {
        margin-left: 10px;
        margin-top: 10px;
    }

    label.Name {
        font-size: 8pt; 
        font-weight:100;
        padding: 0px;
        width:100%;
        Float:left
    }

    label.Address {
        font-size: 8pt; 
        font-weight:100;
        padding: 0px 0px 0px 0px;
        margin-left: 0%;
        width:80%;
        Float:left;
    }

    label.ApartmentNo {
        font-size: 8pt; 
        font-weight:100;
          /* top, right, bottom, left */
        padding: 0px 0px 0px 4px; 
        width:15%;
        margin-left: 20px;
        Float:left;
    }

    label.MailingAddress {
        font-size: 8pt; 
        font-weight:100;
        padding: 0px 0px 0px 0px;
        margin-left: 0%;
        width:40%;
        Float:left;
    }

    label.MailingCity {
        font-size: 8pt; 
        font-weight:100;
          /* top, right, bottom, left */
        padding: 0px 0px 0px 4px; 
        width:20%;
        margin-left: 20px;
        Float:left;
    }

    label.MailingState {
        font-size: 8pt; 
        font-weight:100;
          /* top, right, bottom, left */
        padding: 0px 0px 0px 4px; 
        width:10%;
        margin-left: 20px;
        Float:left;
    }

    label.MailingZip {
        font-size: 8pt; 
        font-weight:100;
          /* top, right, bottom, left */
        padding: 0px 0px 0px 4px; 
        width:10%;
        margin-left: 20px;
        Float:left;
    }

    
    input[type='text'] {
        box-sizing: border-box;
        /* top, right, bottom, left */
        /* top and bottom, right and left */
        padding: 4px 0px;
        border-radius: 4px;
        border: 1px solid #ccc;
        margin-top: 10px;
        width:100%
      }

    input[type='password'] {
        box-sizing: border-box;
        /* top, right, bottom, left */
        /* top and bottom, right and left */
        padding: 4px 0px;
        border-radius: 4px;
        border: 1px solid #ccc;
        margin-top: 10px;
        width:100%
      }  
    
    input.autoresize {
        width: 125px;
        min-width: 125px;
        max-width: 400px;
      }
      
      input.Name {
        font-size: 12pt; font-weight:600; 
        border-top:1.0pt solid #CCCCCC; 
        border-right:1.0pt solid #CCCCCC;	
        border-bottom:1.0pt solid #CCCCCC;	
        border-left:1.0pt solid #CCCCCC;
        width:100%;
     /* top, right, bottom, left */
        /* top and bottom, right and left */   
        padding: 4px 0px;
        float:left;
      }
     
      
      input.Address {
        font-size: 12pt; font-weight:600; 
        border-top:1.0pt solid #CCCCCC; 
        border-right:1.0pt solid #CCCCCC;	
        border-bottom:1.0pt solid #CCCCCC;	
        border-left:1.0pt solid #CCCCCC;
        width:80%;
        padding: 4px 0px;
        float:left;
      }
      
      input.ApartmentNo {
        font-size: 12pt; font-weight:600; 
        border-top:1.0pt solid #CCCCCC; 
        border-right:1.0pt solid #CCCCCC;	
        border-bottom:1.0pt solid #CCCCCC;	
        border-left:1.0pt solid #CCCCCC;
        width:15%;
        /* top, right, bottom, left */
        /* top and bottom, right and left */
        padding: 4px 0px;
        margin-bottom: 10px;
        margin-left: 20px;
        float:left;
      }

      input.MailingAddress {
        font-size: 12pt; font-weight:600; 
        border-top:1.0pt solid #CCCCCC; 
        border-right:1.0pt solid #CCCCCC;	
        border-bottom:1.0pt solid #CCCCCC;	
        border-left:1.0pt solid #CCCCCC;
        width:40%;
        padding: 4px 0px;
        float:left;
      }
      
      input.MailingCity {
        font-size: 12pt; font-weight:600; 
        border-top:1.0pt solid #CCCCCC; 
        border-right:1.0pt solid #CCCCCC;	
        border-bottom:1.0pt solid #CCCCCC;	
        border-left:1.0pt solid #CCCCCC;
        width:20%;
        /* top, right, bottom, left */
        /* top and bottom, right and left */
        padding: 4px 0px;
        margin-bottom: 10px;
        margin-left: 20px;
        float:left;
      }

      input.MailingState {
        font-size: 12pt; font-weight:600; 
        border-top:1.0pt solid #CCCCCC; 
        border-right:1.0pt solid #CCCCCC;	
        border-bottom:1.0pt solid #CCCCCC;	
        border-left:1.0pt solid #CCCCCC;
        width:10%;
        /* top, right, bottom, left */
        /* top and bottom, right and left */
        padding: 4px 0px;
        margin-bottom: 10px;
        margin-left: 20px;
        float:left;
      }

      input.MailingZip {
        font-size: 12pt; font-weight:600; 
        border-top:1.0pt solid #CCCCCC; 
        border-right:1.0pt solid #CCCCCC;	
        border-bottom:1.0pt solid #CCCCCC;	
        border-left:1.0pt solid #CCCCCC;
        width:10%;
        /* top, right, bottom, left */
        /* top and bottom, right and left */
        padding: 4px 0px;
        margin-bottom: 10px;
        margin-left: 20px;
        float:left;
      }
    
    /* table, th, td {
        border: 1px solid black;
    } */
    
    table, th, td {
        border: 0px transparent black;
    }
    
    fieldset {
        border-color:darkblue ;
        margin-top: 80px;
        margin-bottom: 80px;
        }
        fieldset > legend {
            
            font-weight:bold;
            color:darkblue;
        }
    
    .lower_header {
        Height: 5pct;
        font-size: 24pt;
        background: #ffffff; 
        color: #000000;
        font-family: arial, helvetica, sans-serif;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
        margin-top: 15px;
        display: block;
        text-align: center;
    }

    .radio-toolbar input[type="radio"] {
        display:inline-block;
        margin-left: 25px;
    }
                  
    .radio-toolbar label {
        background: rgb(255,255,255); 
        color: #2A3035;
        font-size:14px;
        font-weight: 100; 
        margin-left: -5px;
    }
                  
     .radio-toolbar input[type="radio"]:checked+label {
        background: rgb(255,255,255); 
    } 
    
    .checkbox-toolbar input[type="checkbox"] {
        display:inline-block;
        margin-left: 25px;
    }
                  
    .checkbox-toolbar label {
        background: rgb(255,255,255); 
        color: #2A3035;
        font-size:14px;
        font-weight: 100; 
        margin-left: -5px;
    }
                  
     .checkbox-toolbar input[type="checkbox"]:checked+label {
        background: rgb(255,255,255); 
    } 
        
    .Group-Heading {
        margin-top: 10px; 
        margin-left: 20px;
        margin-right: 20px;
        color: #2A3035;
        font-weight: lighter; 
        font-size:16px; 
        margin-bottom:15px; 
    }
    
    .Name {
        width:100%;
        margin-left:0px;
        margin-right:0px;
    }
    
    .ParagraphFollowup {
        margin-left: 20px;
        margin-right: 20px;
        color: #2A3035;
        font-weight: lighter; 
        font-size:14px; 
        margin-bottom:5px; 
    
    }

    .title {
        margin-top: 0px;
        background: rgb(250, 250, 250);
        height: 30px;
        color: rgb(0, 0, 0);
        text-align: center;
    }
    
    .hide {
        display: none;
      }
    
    .fleft{
        float:left;
        }
    .fright{
        float:right;
        }
    .clear{
        clear:both;
        }
    
    /* .currencyinput {
        border: 2px  #ccc;
    } */
    .currencyinput input {
        height: 20px;;
        border-left: 1;
        border-right: 1;
        border-bottom: auto;
        margin-bottom:auto;
        margin-left: 1px;
    }   
    
    
    
    .error1 {
        color: red;
    }

      
    
    #Town {
        width:80%;
        margin-left:20px;
        margin-right:20px;
        height:2em;
      }
    
    
    #privateFiberNetwork {
        width:80%;
        margin-left:20px;
        margin-right:20px;
        height:2em;
      }
    
    #play {
        cursor: pointer;
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
    }
    
    
    
        /* header div {
           
            margin-bottom: 0px;
            margin-top: 0px;
    
        } */
    
    
    #centerer {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        border: solid black 1px;
        margin-top: 10px;
        margin-bottom: 10px;
        background: white;
        text-align: center;
        float: left;
    }
        #centerer p {
            padding: 0px 20px;
        }

    #centerer2 {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        border: solid black 1px;
        margin-top: 2px;
        margin-bottom: 2px;
        background: white;
        text-align: center;
        float: left;
    }
        #centerer2 p {
            padding: 2px;
        }

    
    #survey {
        width: 80%;
        margin-left: 10%;
        border: solid black 1px;
        margin-top: 30px;
        margin-bottom: 30px;
        background: white;
        text-align: left;
        float: left;
    }
    
    
    #agreement_form {
        border: solid rgb(28, 41, 84) 4px;
        width: 90%;
        margin-left: 5%;
        padding: 5px;
        padding-bottom: 30px;
        margin-bottom: 20px;
        float: left;
    }
    
    #error_window {
        margin: 0px auto;
        width: 25%;
        text-align: center;
        border: solid black 1px;
        min-height: 25px;
        margin-bottom: 10px;
    }
    
       .buttonHolder { 
        text-align: center; 
    }
    
    .SubmitButton {
        position: fixed;
        left: 250px;
        bottom: 15px;
    }
    
    .section_title {
        padding-left: 20px;
        text-decoration: underline;
      }

   
      