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