/* CSS Document */
table.form {width: 100%;}
td.form {width: 50%;}

input {border: 1px solid #000000; width: 99%; font-weight: bold;}
input:hover {background:#FFFF33}
input:click {background: #FF0000}

select {border: 1px solid #000000; width: 99%; font-weight: bold;}
select:hover {background:#FFFF33}

.submit {width: 75%; border: 0px; font-size: 16pt; font-weight: normal; background-color: #FF0000;}
.reset {width: 75%; border: 0px; font-size: 16pt; font-weight: normal; background-color: #FF0000;}

.headline {background-color: #FF0000; color: #FFFFFF; font-size: 12pt; padding-left: 5px; padding-top: 5px; padding-bottom: 5px; font-style: italic; font-weight: bold;}
