#confirm {
text-align: center;
border: double 3px black;
width: 80%;
background-color: #FFAAAA;
padding: 15px;
}
.form td {
width: 50%;
}
.form table {
width: 100%;
}
.form input {
width: 300px;
}
.form .def {
text-align: right;
padding-right: 20px;
}
input.radio {
width: 5px;
}
textarea {
width: 80%;
height: 200px;
}
.button {
margin: 16px 6px 16px 6px;
}
#credit, #credit a {
color: #AAAAAA;
}
#load {
border: double 4px blue;
background-color: #AAAAFF;
width: 80%;
margin: 30px;
text-align: center;
}
#confirm, #NewEvent, #Table {
display: none;
}