body {
  background-color: #000000;
  font-family: arial, sans-serif;
  color: #ffffff;
  font-size: 10pt;
}

input.mailinglist {
  width: 150px;
  height: 18px;
  font-family: arial, sans-serif;
  color: white;
  font-size: 11px;
  border: 1px solid white;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 5px;
  background-color: #999999;
}

input.mailinglistSubmit {
  width: 50px;
  height: 18px;
  font-family: arial, sans-serif;
  color: white;
  font-size: 12px;
  border: 1px solid white;
  background-color: #999999;
  text-align: center;
}

.smallWhite {
  font-family: arial, sans-serif;
  font-size: 8pt;
  color: #ffffff;
}

table.checkout {
	margin-top: 15px;
}
table.checkout td {
	height: 30px;
	vertical-align: top;
	text-align: right;
}
table.checkout td img {
	border: none;
}
div#paypalButton {
	margin: 15px 0 0 50px;
}

