#nav { 
padding-top: 70px;
text-align: center;
}
#nav img {
margin-bottom: 10px;
}
fieldset { 
font-size: 90%;
border: 1px solid #ccc;  
padding: 8px; 
background: #eee url('images/fieldset_top.gif') 0 0 repeat-x; 
margin-bottom: 15px;
} 
legend { 
font-weight: bold; 
color: #c30; 
margin: 0 0 6px 20px; 
}
#entry fieldset table td.answer { width: 30%; }
#entry fieldset table td.question { text-align: right; width: 20%; padding-right: 6px; }
#entry fieldset table td.long_question { text-align: right; width: 80%; padding-right: 50px; }

#entry_review fieldset table { 
font-size: 95%;
}
#entry_review fieldset table td.answer { width: 70%; color: #069; }
#entry_review fieldset table td.question { text-align: right; width: 30%; padding-right: 6px; }

table#receipt th { 
padding-right: 6px;
text-align: right;
}