body {
	background:#96a250 url(bg.gif) repeat-y;
	color:white;
	font-family:arial;
	font-size:12px;
}

#events {
	padding-left:40px;
	width:360px;
}

h2 {
	font-size:16px;
	margin: .25em 0;	
}

a {
	color:#ffff9a;
}

a:hover {
	color:#ffff33;
}

th, td {
	border: 0px none;
	padding:1px;
	text-align:left;
}

th {
	border-bottom:1px solid white;
}

.name {
	width: 300px;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

#description {
	display:none;	
}

#frm-register input, #frm-register textarea {
	width: 300px;
}

#frm-register input.submit {
	width: 200px;
}

.validate {
	display:none;
}

tr.invalid {
	color:red;
}
