div#form_page {
 width:480px;
 margin:0 auto;
 text-align:left;
}
div#form_page h1 {
 color:#da559f;
 font-size:11pt;
 line-height:150%;
 margin-bottom:10px; 
}

table#form {
 font-size:100%;
 line-height:150%;
 background-color:#FBE1EC;
}
table#form th {
 text-align:right;
 color:#da559f;
}
table#form td {
 text-align:left;
 background-color:#ffffff;
}
.al {
 font-size:7pt;
 color:#666666;
}

.err {
 font-size:7pt;
 color:#ff0000;
}