 
        /* Contact Us */
        h2.contactus
        {
                width:601px;
                height:33px;
                background:url('../images/contactus.jpg');
                text-indent:-9999px;
        }
        
        .contactDesc
        {
                margin-top:10px;
        }
        
        form label.inline
        {
                float:left;
        }
        
        .contactInputs
        {
                background:transparent;
                width:200px;
                height:20px;
                border:0px solid;
        }
        
        #contactMessage
        {
                width:470px;
                height:200px;
                background:transparent;
                border:0px solid;
        }

        .formsection
        {
                background:url('../images/formsection.jpg') no-repeat;
                height:326px;
                width:617px;
                margin-top:35px;
                padding-top:30px;
        }
        
        .error
        {
                width:235px;
                height:161px;
                background:url('../images/error.jpg') no-repeat;
                position:absolute;
                margin-top:-53px;
                margin-left:478px;
        }
        
        .contactSubmit
        {
                width:100px;
                height:39px;
                background:url('../images/send-contact.jpg') no-repeat;
        }
        
        .contactClear
        {
                width:100px;
                height:39px;
                background:url('../images/clear-contact.jpg') no-repeat;
        }
        
        #no-errors-label
        {
                width:135px;
                height:22px;
                background:url('../images/no-errors.jpg') no-repeat;
                position:absolute;
                margin-top:70px;
                margin-left:40px;
  
        }
        
        #valid-message-label
        {
                width:135px;
                height:22px;
                background:url('../images/valid-message.jpg') no-repeat;
                position:absolute;
                margin-top:105px;
                margin-left:40px;
                display:none;
        }
        
        #valid-name-label
        {
                width:135px;
                height:22px;
                background:url('../images/valid-name.jpg') no-repeat;
                position:absolute;
                margin-top:68px;
                margin-left:40px;
                display:none;
        }
        #valid-email-label
        {
                width:135px;
                height:22px;
                background:url('../images/valid-email.jpg') no-repeat;
                position:absolute;
                margin-top:90px;
                margin-left:40px;
                display:none;
        }