textarea{ font-family: tahoma, arial, sans-serif; font-size: 10pt; }
input:focus, textarea:focus, select:focus{ background: wheat; color: maroon; outline: purple solid 1em; }
.full_width{ width: 100%; }
table.form{ border: 1px white groove; text-align: center; width: auto; }
table.form th, table.form td{ padding: 2px 5px; vertical-align: top; }
table.form th{ text-align: right; }
table.form td{ text-align: left; }
table.form td.form_buttons{ text-align: center; }
.special_button{ background: maroon; color: white; font-weight: bold; font-size: 9px; }
