body {
  background: black;
  color: white;
}

em {
  color: yellow;
  font-size: small;
  font-weight: bold;
}

#registrationPage {
  background: #000000;
}

.title {
  font-size: 18pt;
  font-weight: bold;
  color: gold;
  text-align: center;
  margin-bottom: 10px;
}

#title img{
  border: 2px white solid;
}

#eventInfo table {
  width: 700px;
  color: white;
  font-size: small;
}

strong {
  font-size: medium;
  color: red;
}


table th {
  padding-top: 30px;
  border-bottom: 1px white solid;
}

.date {
  width: 200px;
  color: yellow;
}

#registerForm {
  border: none;
  padding: 15px;
}

#signUp {
  background: url(images/mic.jpg) top left no-repeat;
  width: 800px;
  padding: 15px;
  text-align: left;
  color: white;
}

#submitButton {
  border: none;
}

.buttonarea input {
  color: white;
  font-weight: bold;
  padding: 0;
  border-top: 2px solid white;
  background: navy;
  text-align: center;
}

.buttonarea {
  margin: 10px -15px -20px -15px;
  text-align: center;
  padding: 6px;
}

.talent_buttonarea input {
  color: white;
  font-size: 16pt;
  font-weight: bold;
  padding: 0;
  background: none;
  border: none;
}

.talent_buttonarea {
  margin: 10px -15px -20px -15px;
  text-align: center;
  padding: 6px;
  border-top: 1px solid white;
  background: navy;
}

.fixedwidth {
  display: block;
  width: 420px;
  float: left;
}

#paypal {
  width: 800px;
  padding: 15px;
  text-align: left;
  color: white;
}

#donationButton {
  text-weight: bold;
  color: blue;
  font-size: large;
}

#talent_wrapper {
  width: 750px;
}

#talent10_form {
  background: url(images/mic.jpg) top left no-repeat;
  width: 700px;
  padding: 20px 15px;
  text-align: left;
  color: white;
}