/**
 * contact_form_style style.css
 * Copyright (c) 2009 Zeetix, LLC and Thomas M. Stambaugh
 * All Rights Reserved, patents pending
 *
 * Styles for contact form
 *
 * Requires:
 *     validating_contact_form.css: Turn stuff on and off
 */

/**
 * Turn this on when Glooper does the right thing with Style
 * Assemblies
 * @import url(/styles/validating_contact_form.css);
**/

.contactFormDiv {
  width: 100%;
}

.contactFormDiv p {
  width: 100%;
}

.contactFormDiv table {
  width: 100%;
}

.contactFormDiv td.labelCell {
  width: 100px;
}

.contactFormDiv td.inputCell {
  width: auto;
}

.contactFormDiv td input {
    width: 100%;
    }
.contactFormDiv td textarea {
    width: 100%;
    height: 100px;
    }
.contactFormDiv input.checkBox {
    width: 25px;
    margin-left: 0;
    padding-left: 0;
    }

