 
    /*GO DADDY CONTACT FORM from Knuckles*/
            p {
            font-size: 1.3em;
            margin-bottom: 15px;
            }
    
            /*I added for orange bkgrd*/
            #background_box{
                background-image: url("images/graph_home.jpg");
                background-repeat: no-repeat;
                width: 100%;
                padding-top: 20px;
            }


            #page-wrap {
                width: 660px; 
                min-height: 1000px;
                height: auto !important;
                margin: 0px auto;
            }
            
             
            /*Height of white box*/
            #contact-area {
                background: white;
                width: 600px;
                margin-top: 120px;
                border: 3px solid #dbaf0a;
                border-radius: 20px;
                padding:20px;
                background-color: rgb(184,184,208);

            }

            #contact-area input, #contact-area textarea {
                padding: 5px;
                width: 471px;
                font-family: Helvetica, sans-serif;
                font-size: 1.0em;
                margin: 0px 0px 10px 0px;
                border: 2px solid #cfbaad;
            }
            
            /*Height of Message area*/
            #contact-area textarea {
                height: 60px;
            }

            #contact-area textarea:focus, #contact-area input:focus {
                border: 2px solid #7ea4ce;
            }

            /*Contact Me box*/        
            #contact-area input.submit-button {
                width: 190px; /*made wider than Knuckles cuz words went outside of Contact Me box*/
                float: right;
                background-color: #fff;
            }
            
            /*Label Names*/
            label {
                float: left;
                text-align: right;
                margin-right: 15px;
                width: 100px;
                padding-top: 5px;
                font-family: 'Roboto Condensed', sans-serif;
                font-size: 1.0em;
                background-color: rgb(184,184,208);
            }

            small{
                font-size: 6pt;
            }
    