label {
color: #D90000;
float: left;
width: 5em;
text-align: right;
margin-right: 0.5em;
}

p.form {
margin: 0.5em;
}

#firstButton {
margin-left: 4em;
}

.button {
background: white;
border: 4px double #D90000;
color: #D90000;
font-weight: bold;
margin-right: 0.25em;
}

.buttonHover {
background: #D90000;
border: 4px double #D90000;
color: white;
font-weight: bold;
margin-right: 0.25em;
}

fieldset {
border: 0;
}
