#event label
{
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
	background: #fdf5e6;
}

#shortlbl
{
width: 15em;
}

#longlbl
{
width: 30em;
}

#event .submit input
{
margin-left: 4.5em;
} 

#event input
{
	color: black;
	background: white;
	border: 1px solid #dcdcdc;
}

#event .submit input
{
	color: white;
	background: #b22222;
	border: 2px outset #d7b9c9;
} 

.event_list {
	border-width: 1px;
	border-style: solid;
	border-color: #dcdcdc;
	border-collapse: collapse;
	margin-left: 40px;
}

.event_list th {
	border-width: 1px;
	border-style: solid;
	border-color: silver;
	background: #dcdcdc;
}

.event_list td {
	border-width: 1px;
	border-style: solid;
	border-color: #dcdcdc;
}

.event_listmnu {
	border-style: none none none none;
}

.event_listmnu form {
	width: 1px;
	height: 16px;
}



.event_listmnu td {
	border-style: none none none none;
}




