table.form{
background:#e9e9e9;
border:5px solid #e0e0e0;
width:620px!important;
}

table.form td{
padding-top:5px;
padding-bottom:5px;
}

table.form td.formtitle{
font:normal normal bold 18px 'Trebuchet MS',helvetica;
}

label{margin-right:6px;}

div.err{
color:#e00;
}

tr.err input{border:2px solid red;}
tr.err textarea{border:2px solid red;}

b.req{
font-size:18px;
font-weight:bold;
color:red!important;
}

table.form tr.odd td{background:#f9f9f9;}