body {
background-color: black;
}

td.field-labels {
font-family: sans-serif;
font-size: 13px;
color: white;
text-decoration: none;
font-weight: bold;
}
td.field-titles {
font-family: sans-serif;
font-size: 14px;
color: #CC3399;
text-decoration: none;
font-weight: bold;
text-transform: uppercase;
}
.fields {
background-color: white;
font-family: sans-serif;
font-size: 13px;
color: black;
text-decoration: none;
font-weight: bold;
border: white 1px solid;
}
.submit {
background-color: #CC3399;
font-family: verdana;
font-size: 11px;
color: white;
text-decoration: none;
font-weight: normal;
border: #5b16b8 1px solid;
}
.reset {
background-color: #2b2a2a;
font-family: verdana;
font-size: 9px;
color: #9a9999;
text-decoration: none;
font-weight: normal;
border: #373737 1px solid;
}