/* CSS Document */

table.form { margin:20px 0px 30px 10px; border-top:1px solid white;}
table.form td, table.form th { vertical-align:top; border-bottom:1px solid white; border-left:1px solid white; border-right:1px solid white; }
table.form th { font-weight:normal; text-align:right; padding: 4px 10px 2px 0px; }
table.form td { padding:4px 5px 2px 5px; text-align:left; }
table.form input[type="radio"], table.form input[type="checkbox"] { margin-top:6px; margin-right:3px; }
table.form td.subtitle {color:#f4911e; font-weight:bold; padding-left:10px;}
