/* Volunteer Signup page CSS (/volunteer/signup.php) */

/* Table Form Field Styling */
.table_form {width:100%;}
.table_form th {padding:12px; font-weight:bold; background-color:#fff; text-align:left;}
.table_form td.label {text-align:right; width:11%;}
.table_form td.field {width:29%;}
.table_form td.fieldshort {width:9%;}
.table_form .tip {font-size:8pt; font-style:italic; color:#666; margin-bottom:4px;}
input.req, .table_form input.req,.table_form select.req {border:1px solid #D99; background-color:#F7F0F0;}

/* Input Field Widths */
#fname {width:15em;}
#minit {width:2em;}
#lname {width:16em;}
#address1 {width:15em;}
#address2 {width:4em;}
#city {width:15em;}
#state {width:2em;}
#zip {width:8em;}
#country {width:10em;}
#dayphone {width:8em;}
#evephone {width:8em;}
#email {width:30em;}
