@import url(../fragments/join-today.css);
@import url(../fragments/generic-forms.css);

#dpd-right { padding: 0 0 144px; }
table.form { width: 100%; }
div#contact-form { float: left; width: 300px; padding-right: 12px; border-right: 1px dotted #fff; margin-right: 12px; }

/* Specific Form Field Formatting */
#dpd-content span.note b { font-size: 100%; }
tr.name input.textbox, tr.email input.textbox, tr.state select.dropdownlist { width: 150px; }
tr.phone input.textbox, tr.city input.textbox { width: 100px; }
tr.zip input.textbox { width: 70px; }
tr.comments textarea.textarea { width: 95%; }
tr.comments label { border: 0px none; }
/* Button */
a.link-button.submit-button { display: block; margin: 10px 0 10px auto; width: 80px; height: 23px; background: url(../../images/content/button-submit.gif) no-repeat; }
a.link-button.submit-button span { display: none; }
