/* 
    Document   : contactForm
    Created on : Feb 8, 2011, 10:47:57 PM
    Author     : Zac
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#contactBlock{position:relative; margin-top:20px; margin-bottom:30px;}
            #contactBlock h2#contactHeader{display:block; width:940px; height:80px; text-indent:-9999px; background:url(../images/sitewide/contactHeader.jpg) no-repeat; margin:0 auto;}
            #contactBlock form{}

            #leftInputs{float:left; position:relative; left:30px; top:0;}
            #leftInputs label, #rightInput label{display:block; clear:right;}
            #leftInputs input{width:276px; height:22px; margin-left:5px; padding:3px; font-family:Arial; font-weight:bold; margin-top:3px; background:#dddddd; border:none;}
            #leftInputs input:focus{background:white;}

            #rightInput{float:right; width:547px; margin-right:30px;}
            #rightInput textarea{margin-left:10px; margin-top:3px; background:#dddddd; border:none; padding:10px; font-family:Arial; font-weight:bold; width:515px;}
            #rightInput textarea:focus{background:white;}
            #rightInput input[type="image"]{float:right;}

            #contactReturn{width:900px; margin:0 auto; margin-bottom:20px;}
                #contactReturn p{font-family:Arial; font-size:18px; padding:10px; background:white;}

                #otherContactForms{position:relative; height:100px;}
                #contactInfo{position:absolute; left:140px; top:20px; border:none;}
                #fbButtonContactForm{position:absolute; left:0px; top:0;}

