#event-form > div > label{
	display: block;
	font-weight: bold;
}

#event-form input{
	width: 100%;
	max-width: 350px;
}

#event-form textarea{
	width: 100%;
	max-width: 350px;
}

.event-form-required{
	color: #ec0000;
}

#event-form > div{
	margin-bottom: 0.9em;
}