
#event-form input {
	width: 100%;
}

#event-form textarea {
	width: 100%;
}

#event-form ul {
	margin-bottom: 15px;
}


li.success {
	color: #4BA743;
	font-weight: bold;
}

li.error {
	color: #A74343;
	font-weight: bold;
}