div.system-event {
}

div.system-event a.sponsor-type,
div.system-event h2,
div.system-event h3 {
	color: #FFB800;
	width: 300px;
}
div.system-event h3 {
	margin-top: 20px;
}

div.system-event th {
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	width: 180px;
}
div.system-event select,
div.system-event textarea,
div.system-event input {
	color: #fff;
	background-color: transparent;
	border: 1px solid #ffb800;
	padding: 3px;
}
div.system-event select option {
	background-color: #3f3f3f;
}
div.system-event input[type="submit"] {
	background-color: #ffb800;
	color: #000;
	margin-top: 10px;
}
div.system-event table td span {
	display: block;
}