 
        /* Contact Us */
        h1
        {
               
        }
        
        .contactDesc
        {
                margin-top:10px;
        }
        
        form label.inline
        {
                float:left;
        }
        
        .contactInputs
        {
                width:200px;
                height:20px;
                border:0px solid;
        }
        
        #contactMessage
        {
                width:470px;
                height:200px;
                border:0px solid;
                margin-bottom:20px
        }

        .formsection
        {
                height:326px;
                width:617px;
                padding-top:25px;
                
        }
        
        .error
        {
                width:235px;
                height:161px;
                position:absolute;
                margin-top:-53px;
                margin-left:478px;
        }
        
        .contactSubmit
        {
                width:100px;
                height:39px;
        }
        
        .contactClear
        {
                width:100px;
                height:39px;
        }
        
        #no-errors-label
        {
                width:135px;
                height:22px;
                position:absolute;
                margin-top:70px;
                margin-left:40px;
  
        }
        
        #valid-message-label
        {
                width:135px;
                position:absolute;
                margin-top:105px;
                margin-left:40px;
                display:none;
        }
        
        #valid-name-label
        {
                width:135px;
                height:22px;
               position:absolute;
                margin-top:68px;
                margin-left:40px;
                display:none;
        }
        #valid-email-label
        {
                width:135px;
                height:22px;
                position:absolute;
                margin-top:90px;
                margin-left:40px;
                display:none;
        }
